|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
ConfigurableMapTypeCacheDataLoader | The ConfigurableMapTypeCacheDataLoader is the component FunctionalInterface of components that can load data for a cache and also provide a mechanism to configure the map implementation to be stored in cache. |
TotalCacheConfiguration | Configuration interface used by both the ReadOnlyCache and WritableCache implementations. |
TotalCacheDataLoader | The TotalCacheDataLoader is the component FunctionalInterface of components that can load data for a cache. |
Class Summary | |
AbstractTotalCache | This is the base class for caches of data that load all of their contents into memory. |
ReadOnlyCache | This Total Cache implementation is intended for fast reading of data which expires periodically as a whole. |
WritableCache | The Total Cache implementation of the Cache interface is intended for access to data which expires periodically as a whole or which can be changed on the fly by clients. |
This package contains all classes for defining and implementing read-only and writable total caches.
|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |