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