James Moger
2012-09-07 f4c326e2b6167b2eda1135b6d332ebce7a583dd9
src/com/gitblit/utils/ObjectCache.java
@@ -91,4 +91,8 @@
      }
      return null;
   }
   public int size() {
      return cache.size();
   }
}