JCSCacheHelper#

public class JCSCacheHelper implements CacheHelper#

A CacheHelper implementation which is configured statically via the ServerProperties.KEY_CACHE_CONF_LOC properties file.

Author:

Timm Fitschen (t.fitschen@indiscale.com)

Fields#

logger#

protected static Logger logger#

Methods#

getCache#

public <K, V extends Serializable> ICacheAccess<K, V> getCache(String name)#

init#

public static void init()#

init#

public static void init(String configFileLocation, boolean disabled)#