|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| Cache<KeyType extends Serializable,ValueType extends Serializable> | The Cache interface represents... |
| CachedObject.Computation<Key extends Serializable,Value extends Serializable> | Callback invoked to compute an object if it was not found in the cache. |
| Class Summary | |
|---|---|
| CachedObject<KeyType extends Serializable,ValueType extends Serializable> | Represents a cached object. |
| EhCache<KeyType extends Serializable,ValueType extends Serializable> | Cache implemented on top of EhCache. |
| ForeverCache<KeyType extends Serializable,ValueType extends Serializable> | A very simple cache based on a HashMap, It never expires any entries, and has no bounds on its size. |
| ZeroCache<KeyType extends Serializable,ValueType extends Serializable> | A cache that does not cache. |
This package provides an interface for a cache together with several implementations.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||