Uses of Enum
org.redisson.api.options.LocalCachedMapOptions.StoreMode
-
Uses of LocalCachedMapOptions.StoreMode in org.redisson.api.options
Modifier and TypeMethodDescriptionLocalCachedMapParams.getStoreMode()
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.Modifier and TypeMethodDescriptionLocalCachedMapOptions.storeMode
(LocalCachedMapOptions.StoreMode storeMode) Defines store mode of cache data.LocalCachedMapParams.storeMode
(LocalCachedMapOptions.StoreMode storeMode) Defines store mode of cache data.