Uses of Class
org.exoplatform.services.cache.CacheMode
-
Packages that use CacheMode Package Description org.exoplatform.services.cache This package provides an API used for data caching. -
-
Uses of CacheMode in org.exoplatform.services.cache
Methods in org.exoplatform.services.cache that return CacheMode Modifier and Type Method Description CacheModeExoCacheConfig. getCacheMode()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.Methods in org.exoplatform.services.cache with parameters of type CacheMode Modifier and Type Method Description voidExoCacheConfig. setCacheMode(CacheMode cacheMode)
-