| Batch |
Exposes a mechanism to close a batch, and potentially discard it.
|
| BatchContext |
Handles batch context switching.
|
| Batcher<B extends Batch> |
Exposes a mechanism to handle batching.
|
| Creator<K,V,C> |
Creates a value in the cache.
|
| Immutability |
Tests for immutability.
|
| Invoker |
Defines a strategy for invoking a given action.
|
| Key<I> |
A cache key for a given identifier
|
| Locator<K,V> |
Locates a value from the cache.
|
| Manager<K,V> |
Strategy for managing the creation and destruction of objects.
|
| ManagerFactory<K,V> |
|
| Mutator |
Indicates that the value represented by this object has changed and needs to be replicated.
|
| MutatorFactory<K,V> |
Creates a mutator instance for a given cache entry.
|
| Recordable<T> |
Records some other object.
|
| Remover<K> |
Removes an entry from the cache
|
| Restartable |
Implemented by objects that can be restarted.
|
| Scheduler<I,M> |
A task scheduler.
|