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.
|
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.
|
JCacheXBuilder<K,V> |
The unified cache builder for JCacheX that simplifies cache creation using
profiles and smart defaults.
|
OptimizedFrequencySketch<K> |
Ultra-optimized frequency sketch implementation with minimal allocation
overhead.
|