CacheConfig<K,V> |
Configuration options for a JCacheX cache instance.
|
CacheConfig.Builder<K,V> |
|
CacheEntry<V> |
Represents a cache entry containing a value along with metadata for cache
management.
|
CacheFactory |
Unified factory for creating both local and distributed caches.
|
CacheFactory.AdaptiveCacheBuilder<K,V> |
Builder for adaptive caches that can switch between local and distributed
based on environment conditions.
|
CacheFactory.DistributedCacheBuilder<K,V> |
Builder for distributed caches with all advanced features.
|
CacheFactory.LocalCacheBuilder<K,V> |
Builder for local caches with production-ready features.
|
CacheStats |
Statistics for cache performance monitoring and analysis.
|
DefaultCache<K,V> |
Default implementation of the Cache interface.
|