X-Git-Url: http://wamblee.org/gitweb/?a=blobdiff_plain;f=support%2Fsrc%2Forg%2Fwamblee%2Fcache%2FEhCache.java;h=ca11ab3f72c71f13aa92341afb6f5ba13fd064e2;hb=0ce24cdf21bf20c6db2ee8361d80e7d817611e9c;hp=4f56cd3a0fd74dc203c5aa91da49989a8b8b6dc8;hpb=fb4deb496257c78d4711aab48191dd9a0678798a;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