Package | Description |
---|---|
org.redisson | |
org.redisson.api |
Modifier and Type | Class and Description |
---|---|
class |
RedissonSetCache<V>
Set-based cache with ability to set TTL for each entry via
RSetCache.add(Object, long, TimeUnit) method. |
Modifier and Type | Method and Description |
---|---|
<V> RSetCacheAsync<V> |
RedissonBatch.getSetCache(String name) |
<V> RSetCacheAsync<V> |
RedissonBatch.getSetCache(String name,
Codec codec) |
Modifier and Type | Interface and Description |
---|---|
interface |
RSetCache<V>
Set-based cache with ability to set TTL for each object.
|
Modifier and Type | Method and Description |
---|---|
<V> RSetCacheAsync<V> |
RBatch.getSetCache(String name)
Returns set-based cache instance by
name . |
<V> RSetCacheAsync<V> |
RBatch.getSetCache(String name,
Codec codec)
Returns set-based cache instance by
name
using provided codec for values. |
Copyright © 2014–2017 The Redisson Project. All rights reserved.