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