| Interface | Description |
|---|---|
| CachePingConnection |
Abstraction for a cache connection that can be pinged.
|
| Class | Description |
|---|---|
| CacheConnection | |
| CacheDeserializationConfig |
Immutable per-connection configuration for reading cached values back from the cache.
|
| CachedResultSet | |
| CachedResultSet.CachedRow | |
| CachedSQLXML | |
| CacheMonitor |
This class uses a background thread to monitor cache cluster health and manage state transitions.
|
| DataLocalCacheConnectionPlugin | |
| DataLocalCacheConnectionPluginFactory | |
| RemoteQueryCachePlugin |
This plugin provides query result caching capability which stores cacheable query results from database
in a remote Valkey cache server.
|
| RemoteQueryCachePluginFactory |
| Enum | Description |
|---|---|
| CacheMonitor.ErrorCategory | |
| CacheMonitor.HealthState |
Enum representing the health state of a cache cluster or endpoint.
|