| Class | Description |
|---|---|
| Cache0<K,V> |
A cache that keeps nothing
|
| Cache1<K,V> |
A one-slot cache.
|
| CacheGuava<K,V> |
Wrapper around a shaded com.google.common.cache
|
| CacheInfo |
Simplified version of Guava's CacheStats (and abstracting away from Guava cache implementation)
|
| CacheSetImpl<T> |
Cache set
|
| CacheSetSync<T> | |
| CacheSetWrapper<T> | |
| CacheSimple<K,V> |
A simple fixed size cache that uses the hash code to address a slot.
|
| CacheWrapper<Key,T> |
Licenced under the Apache License, Version 2.0