Package de.xima.fc.api.cache
Class GlobalCacheManager
- java.lang.Object
-
- de.xima.fc.api.cache.GlobalCacheManager
-
public class GlobalCacheManager extends Object
-
-
Constructor Summary
Constructors Constructor Description GlobalCacheManager()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.ehcache.CacheManagergetInstance()Gets the cacheManagerstatic voidinit()static voidreinit()Reinitialize cache after configuration changestatic voidshutdown()Removes all EH caches.
-
-
-
Method Detail
-
init
public static void init()
-
getInstance
public static org.ehcache.CacheManager getInstance()
Gets the cacheManager- Returns:
- the cacheManager
-
shutdown
public static void shutdown()
Removes all EH caches.
-
reinit
public static void reinit()
Reinitialize cache after configuration change
-
-