Package org.sape.carbon.services.cache.total

This package contains all classes for defining and implementing read-only and writable total caches.

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.
 

Package org.sape.carbon.services.cache.total Description

This package contains all classes for defining and implementing read-only and writable total caches.



Copyright 1999-2003 Sapient Corporation. All Rights Reserved.