| Package | Description |
|---|---|
| redis.clients.jedis | |
| redis.clients.jedis.builders | |
| 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.
|
| redis.clients.jedis.providers |
This package contains the implementations of ConnectionProvider interface.
|
| Class and Description |
|---|
| Cache
The cache that is used by a connection
|
| CacheConfig |
| Class and Description |
|---|
| Cache
The cache that is used by a connection
|
| CacheConfig |
| Class and Description |
|---|
| AbstractCache
The class to manage the client-side caching.
|
| Cache
The cache that is used by a connection
|
| Cacheable |
| CacheConfig |
| CacheConfig.Builder |
| CacheConnection |
| CacheConnection.Builder |
| CacheEntry |
| CacheKey |
| CacheStats |
| DefaultCacheable |
| EvictionPolicy
Describes the properties and functionality of an eviction policy
One policy instance belongs to exactly one cache instance
|
| EvictionPolicy.EvictionType
Types of eviction policies
AGE - based on the time of access, e.g., LRU
FREQ - based on the frequency of access, e.g., LFU
HYBR - AGE + FREQ, e.g., CLOCK
MISC - Anythin that isn't time based, frequency based or a combination of the two, e.g., FIFO
|
| Class and Description |
|---|
| Cacheable |
| Class and Description |
|---|
| Cache
The cache that is used by a connection
|
Copyright © 2025. All rights reserved.