Uses of Class
com.vmware.vipclient.i18n.base.cache.CacheMode
-
Packages that use CacheMode Package Description com.vmware.vipclient.i18n com.vmware.vipclient.i18n.base.cache com.vmware.vipclient.i18n.base.cache.persist -
-
Uses of CacheMode in com.vmware.vipclient.i18n
Methods in com.vmware.vipclient.i18n that return CacheMode Modifier and Type Method Description CacheModeVIPCfg. getCacheMode()Methods in com.vmware.vipclient.i18n with parameters of type CacheMode Modifier and Type Method Description voidVIPCfg. setCacheMode(CacheMode cacheMode) -
Uses of CacheMode in com.vmware.vipclient.i18n.base.cache
Methods in com.vmware.vipclient.i18n.base.cache that return CacheMode Modifier and Type Method Description static CacheModeCacheMode. valueOf(String name)Returns the enum constant of this type with the specified name.static CacheMode[]CacheMode. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of CacheMode in com.vmware.vipclient.i18n.base.cache.persist
Methods in com.vmware.vipclient.i18n.base.cache.persist that return CacheMode Modifier and Type Method Description CacheModeCacheSnapshot. getCacheMode()Methods in com.vmware.vipclient.i18n.base.cache.persist with parameters of type CacheMode Modifier and Type Method Description voidCacheSnapshot. setCacheMode(CacheMode cacheMode)
-