AllocationOptimizedCache<K,V> |
Allocation-optimized cache implementation that minimizes object allocation
overhead.
|
CacheLocalityOptimizedCache<K,V> |
Cache implementation optimized for memory access patterns and cache locality.
|
DefaultCache<K,V> |
Default implementation of the Cache interface.
|
HardwareOptimizedCache<K,V> |
Hardware-optimized cache implementation that leverages CPU-specific features.
|
JITOptimizedCache<K,V> |
JIT-optimized cache implementation focused on hot path performance.
|
JVMOptimizedCache<K,V> |
JVM-optimized cache implementation with specialized tuning for the Java
Virtual Machine.
|
MLOptimizedCache<K,V> |
ML-based cache implementation with adaptive optimization capabilities.
|
OptimizedCache<K,V> |
High-performance cache implementation with Caffeine-inspired optimizations.
|
ProfiledOptimizedCache<K,V> |
Profiled and optimized cache implementation with assembly-level performance
optimization.
|
ProfiledOptimizedCache.ProfileData |
|
ReadOnlyOptimizedCache<K,V> |
Specialized read-only cache implementation optimized for read-heavy
workloads.
|
UltraFastCache<K,V> |
Ultra-fast cache implementation optimized for maximum throughput.
|
WriteHeavyOptimizedCache<K,V> |
Specialized write-heavy cache implementation optimized for write-intensive
workloads.
|
ZeroCopyOptimizedCache<K,V> |
Zero-copy optimized cache implementation that minimizes data copying
overhead.
|