CacheBuilder<K,V> |
Fluent builder for creating JCacheX cache instances with enhanced type
support.
|
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.
|
FrequencySketch<E> |
A probabilistic frequency sketch based on CountMinSketch for efficient
frequency tracking with minimal memory overhead.
|
OptimizedFrequencySketch<K> |
Ultra-optimized frequency sketch implementation with minimal allocation
overhead.
|