Module ch.bind.philib
Package ch.bind.philib.cache
-
Interface Summary Interface Description Cache<K,V> The base interface for a cache implementation. -
Class Summary Class Description LineCache<K,V> LruCache<K,V> StagedLruCache<K,V>
| Interface | Description |
|---|---|
| Cache<K,V> |
The base interface for a cache implementation.
|
| Class | Description |
|---|---|
| LineCache<K,V> | |
| LruCache<K,V> | |
| StagedLruCache<K,V> |