Uses of Enum
org.redisson.api.LocalCachedMapCacheOptions.StoreMode
Packages that use LocalCachedMapCacheOptions.StoreMode
-
Uses of LocalCachedMapCacheOptions.StoreMode in org.redisson.api
Methods in org.redisson.api that return LocalCachedMapCacheOptions.StoreModeModifier and TypeMethodDescriptionLocalCachedMapCacheOptions.getStoreMode()Returns the enum constant of this type with the specified name.static LocalCachedMapCacheOptions.StoreMode[]LocalCachedMapCacheOptions.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 LocalCachedMapCacheOptions.StoreModeModifier and TypeMethodDescriptionLocalCachedMapCacheOptions.storeMode(LocalCachedMapCacheOptions.StoreMode storeMode) Defines store mode of cache data.