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