Uses of Interface
com.vmware.vipclient.i18n.base.cache.Cache
-
Packages that use Cache Package Description com.vmware.vipclient.i18n com.vmware.vipclient.i18n.base.cache -
-
Uses of Cache in com.vmware.vipclient.i18n
Methods in com.vmware.vipclient.i18n that return Cache Modifier and Type Method Description CacheVIPCfg. createFormattingCache(Class cacheClass)create cache for formatting dataCacheVIPCfg. createTranslationCache(Class cacheClass)create translation cacheMethods in com.vmware.vipclient.i18n with parameters of type Cache Modifier and Type Method Description voidVIPCfg. setTranslationCache(Cache c)set cache from out-process -
Uses of Cache in com.vmware.vipclient.i18n.base.cache
Classes in com.vmware.vipclient.i18n.base.cache that implement Cache Modifier and Type Class Description classFormattingCacheclassMessageCacheclassMessageCache2Methods in com.vmware.vipclient.i18n.base.cache that return Cache Modifier and Type Method Description static CacheTranslationCacheManager. getCache(String name)Methods in com.vmware.vipclient.i18n.base.cache with parameters of type Cache Modifier and Type Method Description static voidTranslationCacheManager. cleanCache(Cache c)Deprecated.intTranslationCacheManager. registerCache(String className, Cache c)
-