Uses of Enum
org.redisson.api.LocalCachedMapCacheOptions.SyncStrategy
Packages that use LocalCachedMapCacheOptions.SyncStrategy
-
Uses of LocalCachedMapCacheOptions.SyncStrategy in org.redisson.api
Methods in org.redisson.api that return LocalCachedMapCacheOptions.SyncStrategyModifier and TypeMethodDescriptionLocalCachedMapCacheOptions.getSyncStrategy()Returns the enum constant of this type with the specified name.LocalCachedMapCacheOptions.SyncStrategy.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.SyncStrategyModifier and TypeMethodDescriptionLocalCachedMapCacheOptions.syncStrategy(LocalCachedMapCacheOptions.SyncStrategy syncStrategy) Defines local cache synchronization strategy.