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