| Package | Description |
|---|---|
| org.redisson | |
| org.redisson.api |
| Modifier and Type | Method and Description |
|---|---|
void |
RedissonMapCache.setMaxSize(int maxSize,
EvictionMode mode) |
RFuture<Void> |
RedissonMapCache.setMaxSizeAsync(int maxSize,
EvictionMode mode) |
boolean |
RedissonMapCache.trySetMaxSize(int maxSize,
EvictionMode mode) |
RFuture<Boolean> |
RedissonMapCache.trySetMaxSizeAsync(int maxSize,
EvictionMode mode) |
| Modifier and Type | Method and Description |
|---|---|
static EvictionMode |
EvictionMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EvictionMode[] |
EvictionMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RMapCache.setMaxSize(int maxSize,
EvictionMode mode)
Sets max size of the map and overrides current value.
|
RFuture<Void> |
RMapCacheAsync.setMaxSizeAsync(int maxSize,
EvictionMode mode)
Sets max size of the map and overrides current value.
|
boolean |
RMapCache.trySetMaxSize(int maxSize,
EvictionMode mode)
Tries to set max size of the map.
|
RFuture<Boolean> |
RMapCacheAsync.trySetMaxSizeAsync(int maxSize,
EvictionMode mode)
Tries to set max size of the map.
|
Copyright © 2014–2021 Redisson. All rights reserved.