| Package | Description |
|---|---|
| redis.clients.jedis.csc |
This package contains the classes and interfaces related to Server-assisted Client-side Caching.
|
| redis.clients.jedis.csc.util |
This package contains the helper classes related to Server-assisted Client-side Caching.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultCacheable |
| Modifier and Type | Method and Description |
|---|---|
Cacheable |
CacheConfig.getCacheable() |
| Modifier and Type | Method and Description |
|---|---|
CacheConfig.Builder |
CacheConfig.Builder.cacheable(Cacheable cacheable) |
| Constructor and Description |
|---|
AbstractCache(int maximumSize,
Cacheable cacheable) |
DefaultCache(int maximumSize,
Cacheable cacheable) |
DefaultCache(int maximumSize,
Cacheable cacheable,
EvictionPolicy evictionPolicy) |
DefaultCache(int maximumSize,
java.util.Map<CacheKey,CacheEntry> map,
Cacheable cacheable,
EvictionPolicy evictionPolicy) |
| Modifier and Type | Class and Description |
|---|---|
class |
AllowAndDenyListWithStringKeys |
Copyright © 2025. All rights reserved.