Uses of Enum
org.redisson.api.options.LocalCachedMapOptions.CacheProvider
Packages that use LocalCachedMapOptions.CacheProvider
-
Uses of LocalCachedMapOptions.CacheProvider in org.redisson.api.options
Methods in org.redisson.api.options that return LocalCachedMapOptions.CacheProviderModifier and TypeMethodDescriptionLocalCachedMapParams.getCacheProvider()Returns the enum constant of this type with the specified name.static LocalCachedMapOptions.CacheProvider[]LocalCachedMapOptions.CacheProvider.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.redisson.api.options with parameters of type LocalCachedMapOptions.CacheProviderModifier and TypeMethodDescriptionLocalCachedMapOptions.cacheProvider(LocalCachedMapOptions.CacheProvider cacheProvider) Defines Cache provider used as local cache store.LocalCachedMapParams.cacheProvider(LocalCachedMapOptions.CacheProvider cacheProvider) Defines Cache provider used as local cache store.