Package org.frankframework.cache
Class IbisCacheManager
java.lang.Object
org.frankframework.cache.IbisCacheManager
Common manager for caching.
- Since:
- 4.11
- Author:
- Gerrit van Brakel
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionnet.sf.ehcache.Ehcache
addCache
(net.sf.ehcache.Cache cache) void
destroyCache
(String cacheName) net.sf.ehcache.Cache
static IbisCacheManager
static void
shutdown()
-
Field Details
-
log
protected org.apache.logging.log4j.Logger log
-
-
Method Details
-
getInstance
-
shutdown
public static void shutdown() -
addCache
public net.sf.ehcache.Ehcache addCache(net.sf.ehcache.Cache cache) -
destroyCache
-
getCache
-