Class TranslationCacheManager
java.lang.Object
com.vmware.vipclient.i18n.base.cache.TranslationCacheManager
singleton class, used to maintain the cache for translation.
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidcleanCache(Cache c) Deprecated.voidstatic Cachestatic TranslationCacheManagerintregisterCache(String className, Cache c) intregisterCache(String className, Class c) intsize()intunregisterCache(String cacheName)
-
Method Details
-
getInstance
-
getCache
-
cleanCache
Deprecated.Cleans the entire cache- Parameters:
c- Cache to be cleaned.
-
registerCache
-
registerCache
-
unregisterCache
-
clearCache
public void clearCache() -
size
public int size() -
getCacheSnapshot
-
getLoaderInstance
-