AbstractCacheBase<K,V> |
Abstract base class for all cache implementations providing common
functionality.
|
ConcurrentCacheBase<K,V> |
Base class for concurrent cache implementations providing thread-safety
primitives.
|
DataBackedCacheBase<K,V,E> |
Abstract base class for cache implementations that store data in a
ConcurrentHashMap.
|
OptimizedCacheBase<K,V> |
Base class for optimized cache implementations providing performance-oriented
features.
|
UnifiedCacheBase<K,V> |
Unified base class for all cache implementations providing comprehensive
functionality.
|
UnifiedCacheBase.ImmutableMapEntry<K,V> |
Immutable map entry for collection views.
|