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