Uses of Class
org.redisson.api.LocalCachedMapOptions.StoreMode
-
Packages that use LocalCachedMapOptions.StoreMode Package Description org.redisson.api -
-
Uses of LocalCachedMapOptions.StoreMode in org.redisson.api
Methods in org.redisson.api that return LocalCachedMapOptions.StoreMode Modifier and Type Method Description LocalCachedMapOptions.StoreMode
LocalCachedMapOptions. getStoreMode()
static LocalCachedMapOptions.StoreMode
LocalCachedMapOptions.StoreMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static LocalCachedMapOptions.StoreMode[]
LocalCachedMapOptions.StoreMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.redisson.api with parameters of type LocalCachedMapOptions.StoreMode Modifier and Type Method Description LocalCachedMapOptions<K,V>
LocalCachedMapOptions. storeMode(LocalCachedMapOptions.StoreMode storeMode)
Defines store mode of cache data.
-