Uses of Interface
org.redisson.api.RSetCacheAsync
Packages that use RSetCacheAsync
-
Uses of RSetCacheAsync in org.redisson
Classes in org.redisson that implement RSetCacheAsyncModifier and TypeClassDescriptionclassSet-based cache with ability to set TTL for each entry viaRSetCache.add(Object, long, TimeUnit)method.Methods in org.redisson that return RSetCacheAsyncModifier and TypeMethodDescription<V> RSetCacheAsync<V>RedissonBatch.getSetCache(String name) <V> RSetCacheAsync<V>RedissonBatch.getSetCache(String name, Codec codec) -
Uses of RSetCacheAsync in org.redisson.api
Subinterfaces of RSetCacheAsync in org.redisson.apiModifier and TypeInterfaceDescriptioninterfaceRSetCache<V>Set-based cache with ability to set TTL for each object.Methods in org.redisson.api that return RSetCacheAsyncModifier and TypeMethodDescription<V> RSetCacheAsync<V>RBatch.getSetCache(String name) Returns set-based cache instance byname.<V> RSetCacheAsync<V>RBatch.getSetCache(String name, Codec codec) Returns set-based cache instance bynameusing providedcodecfor values. -
Uses of RSetCacheAsync in org.redisson.transaction
Classes in org.redisson.transaction that implement RSetCacheAsync