Uses of Class
com.vmware.vipclient.i18n.base.cache.CacheItem
-
Packages that use CacheItem Package Description com.vmware.vipclient.i18n.base.cache -
-
Uses of CacheItem in com.vmware.vipclient.i18n.base.cache
Subclasses of CacheItem in com.vmware.vipclient.i18n.base.cache Modifier and Type Class Description classFormatCacheItemclassLocaleCacheItemclassMessageCacheItemclassPatternCacheItemMethods in com.vmware.vipclient.i18n.base.cache that return CacheItem Modifier and Type Method Description CacheItemCache. get(String key)get a component's cached data by keyCacheItemMessageCache. get(String cacheKey)Methods in com.vmware.vipclient.i18n.base.cache with parameters of type CacheItem Modifier and Type Method Description booleanCache. put(String key, CacheItem cacheItem)put strings to cache by keybooleanFormattingCache. put(String cacheKey, CacheItem itemToCache)booleanMessageCache. put(String cacheKey, CacheItem itemToCache)booleanMessageCache2. put(String cacheKey, CacheItem itemToCache)
-