Uses of Interface
org.redisson.api.RMapCache
Packages that use RMapCache
Package
Description
-
Uses of RMapCache in org.redisson
Classes in org.redisson that implement RMapCacheModifier and TypeClassDescriptionclassclassRedissonMapCache<K,V> Map-based cache with ability to set TTL for each entry viaRedissonMapCache.put(Object, Object, long, TimeUnit)orRedissonMapCache.putIfAbsent(Object, Object, long, TimeUnit)methods.Methods in org.redisson that return RMapCacheModifier and TypeMethodDescription<K,V> RMapCache <K, V> Redisson.getMapCache(String name) <K,V> RMapCache <K, V> Redisson.getMapCache(String name, MapCacheOptions<K, V> options) <K,V> RMapCache <K, V> Redisson.getMapCache(String name, Codec codec) <K,V> RMapCache <K, V> Redisson.getMapCache(String name, Codec codec, MapCacheOptions<K, V> options) <K,V> RMapCache <K, V> Redisson.getMapCache(MapCacheOptions<K, V> options) -
Uses of RMapCache in org.redisson.api
Subinterfaces of RMapCache in org.redisson.apiModifier and TypeInterfaceDescriptioninterfaceRLocalCachedMapCache<K,V> Map object with entry expiration and local cache support.Methods in org.redisson.api that return RMapCacheModifier and TypeMethodDescription<K,V> RMapCache <K, V> RedissonClient.getMapCache(String name) Returns map-based cache instance by name.<K,V> RMapCache <K, V> RedissonClient.getMapCache(String name, MapCacheOptions<K, V> options) Deprecated.<K,V> RMapCache <K, V> RedissonClient.getMapCache(String name, Codec codec) Returns map-based cache instance bynameusing providedcodecfor both cache keys and values.<K,V> RMapCache <K, V> RedissonClient.getMapCache(String name, Codec codec, MapCacheOptions<K, V> options) Deprecated.<K,V> RMapCache <K, V> RedissonClient.getMapCache(MapCacheOptions<K, V> options) Returns map-based cache instance with specifiedoptions.<K,V> RMapCache <K, V> RTransaction.getMapCache(String name) Returns transactional map-based cache instance by name.<K,V> RMapCache <K, V> RTransaction.getMapCache(String name, Codec codec) Returns transactional map-based cache instance bynameusing providedcodecfor both cache keys and values. -
Uses of RMapCache in org.redisson.api.map.event
Methods in org.redisson.api.map.event that return RMapCacheConstructors in org.redisson.api.map.event with parameters of type RMapCacheModifierConstructorDescriptionEntryEvent(RMapCache<K, V> source, EntryEvent.Type type, K key, V value, V oldValue) -
Uses of RMapCache in org.redisson.spring.cache
Methods in org.redisson.spring.cache that return RMapCacheModifier and TypeMethodDescriptionRedissonSpringCacheManager.getMapCache(String name, CacheConfig config) RedissonSpringCacheNativeManager.getMapCache(String name, CacheConfig config) Constructors in org.redisson.spring.cache with parameters of type RMapCacheModifierConstructorDescriptionRedissonCache(RMapCache<Object, Object> mapCache, CacheConfig config, boolean allowNullValues) -
Uses of RMapCache in org.redisson.transaction
Classes in org.redisson.transaction that implement RMapCacheMethods in org.redisson.transaction that return RMapCacheModifier and TypeMethodDescription<K,V> RMapCache <K, V> RedissonTransaction.getMapCache(String name) <K,V> RMapCache <K, V> RedissonTransaction.getMapCache(String name, Codec codec)