Uses of Enum
org.redisson.api.LocalCachedMapCacheOptions.CacheProvider
Packages that use LocalCachedMapCacheOptions.CacheProvider
-
Uses of LocalCachedMapCacheOptions.CacheProvider in org.redisson.api
Methods in org.redisson.api that return LocalCachedMapCacheOptions.CacheProviderModifier and TypeMethodDescriptionLocalCachedMapCacheOptions.getCacheProvider()Returns the enum constant of this type with the specified name.LocalCachedMapCacheOptions.CacheProvider.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.CacheProviderModifier and TypeMethodDescriptionLocalCachedMapCacheOptions.cacheProvider(LocalCachedMapCacheOptions.CacheProvider cacheProvider) Defines Cache provider used as local cache store.