| Interface | Description |
|---|---|
| BufferedRecyclingCache<K,V> |
A Buffered Cache that has a recycling ExpungeStrategy for both persistent storage and buffer.
|
| Cache<K,V> |
A cache is a component that transparently stores data so that future requests for that data can
be served faster.
|
| CustomTtlCache<K,V> |
A
Cache that permits storing entries with an individual time to live and an individual
idle time. |
| RecyclingCache<K,V> |
A Buffered Cache that uses a recycling ExpungeStrategy.
|
| Exception | Description |
|---|---|
| CacheException |
Exception that denotes that something went wrong while accessing the cache (while storing,
retrieving or constructing).
|
Copyright © 2014 dontdrinkandroot. All rights reserved.