improve configuration for guava cache

This commit is contained in:
Sebastian Sdorra
2013-03-25 10:53:01 +01:00
parent 3dfa6d4fc1
commit 09d4ea87af
5 changed files with 208 additions and 84 deletions

View File

@@ -64,14 +64,14 @@ public class CacheConfigurationReader
{
/** Field description */
private static final String DEFAULT = "/config/cache.xml";
private static final String DEFAULT = "/config/gcache.xml";
/** Field description */
private static final String MANUAL_RESOURCE =
"ext".concat(File.separator).concat("cache.xml");
"ext".concat(File.separator).concat("gcache.xml");
/** Field description */
private static final String MODULE_RESOURCES = "/META-INF/scm/cache.xml";
private static final String MODULE_RESOURCES = "/META-INF/scm/gcache.xml";
/**
* the logger for CacheConfigurationReader