Uses of Class
org.redisson.api.LocalCachedMapOptions.CacheProvider
-
Packages that use LocalCachedMapOptions.CacheProvider Package Description org.redisson.api -
-
Uses of LocalCachedMapOptions.CacheProvider in org.redisson.api
Methods in org.redisson.api that return LocalCachedMapOptions.CacheProvider Modifier and Type Method Description LocalCachedMapOptions.CacheProvider
LocalCachedMapOptions. getCacheProvider()
static LocalCachedMapOptions.CacheProvider
LocalCachedMapOptions.CacheProvider. valueOf(String name)
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 with parameters of type LocalCachedMapOptions.CacheProvider Modifier and Type Method Description LocalCachedMapOptions<K,V>
LocalCachedMapOptions. cacheProvider(LocalCachedMapOptions.CacheProvider cacheProvider)
Defines Cache provider used as local cache store.
-