From cbf1c9276d452e7d09169d19c2aca4ff33e16619 Mon Sep 17 00:00:00 2001 From: Mrbytes <eguervos@msn.com> Date: Sun, 07 Oct 2012 05:31:03 -0400 Subject: [PATCH] GitBlitWebApp_es.properties: Up to date and other small corrections --- src/com/gitblit/utils/ObjectCache.java | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/com/gitblit/utils/ObjectCache.java b/src/com/gitblit/utils/ObjectCache.java index 3bbf4d1..38f2e59 100644 --- a/src/com/gitblit/utils/ObjectCache.java +++ b/src/com/gitblit/utils/ObjectCache.java @@ -91,4 +91,8 @@ } return null; } + + public int size() { + return cache.size(); + } } -- Gitblit v1.9.1