X-Git-Url: http://wamblee.org/gitweb/?a=blobdiff_plain;f=support%2Fsrc%2Forg%2Fwamblee%2Fcache%2FEhCache.java;h=ca11ab3f72c71f13aa92341afb6f5ba13fd064e2;hb=098fb64daea94942558b8bcbde992e8ef690b759;hp=4f56cd3a0fd74dc203c5aa91da49989a8b8b6dc8;hpb=caa126385642ffc57478e928ab871bc09c53e993;p=utils diff --git a/support/src/org/wamblee/cache/EhCache.java b/support/src/org/wamblee/cache/EhCache.java index 4f56cd3a..ca11ab3f 100644 --- a/support/src/org/wamblee/cache/EhCache.java +++ b/support/src/org/wamblee/cache/EhCache.java @@ -35,23 +35,25 @@ public class EhCache { private static final Logger LOGGER = Logger.getLogger(EhCache.class); - + /** - * EH Cache manager. + * EH Cache manager. */ private CacheManager _manager; /** - * EH cache. + * EH cache. */ private Cache _cache; /** - * Constructs a cache based on EHCache. - * @param aResource Resource containing the configuration file for - * EHCache. - * @param aCacheName Name of the cache to use. If a cache with this name does - * not exist, one is created based on default settings. + * Constructs a cache based on EHCache. + * + * @param aResource + * Resource containing the configuration file for EHCache. + * @param aCacheName + * Name of the cache to use. If a cache with this name does not + * exist, one is created based on default settings. * @throws IOException * @throws CacheException */ @@ -59,14 +61,15 @@ public class EhCache