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 SummaryFields
- 
Method SummaryModifier and TypeMethodDescriptionnet.sf.ehcache.EhcacheaddCache(net.sf.ehcache.Cache cache) voiddestroyCache(String cacheName) net.sf.ehcache.Cachestatic IbisCacheManagerstatic voidshutdown()
- 
Field Details- 
logprotected org.apache.logging.log4j.Logger log
 
- 
- 
Method Details- 
getInstance
- 
shutdownpublic static void shutdown()
- 
addCachepublic net.sf.ehcache.Ehcache addCache(net.sf.ehcache.Cache cache) 
- 
destroyCache
- 
getCache
 
-