Package org.sape.carbon.services.cache

The Cache Service is designed to cache frequently used data in a refreshable, high performance, thread-safe fashion.

See:
          Description

Interface Summary
Cache The Cache Interface is implemented by all types of Caches.
MultiGetCache Interface implemented by caches that can return multiple entries with on method call.
 

Exception Summary
CacheException Abstract exception for cache package.
CacheLoadException A specific exception that will be thrown when a cache data loader could not retrive data from its data source.
 

Package org.sape.carbon.services.cache Description

The Cache Service is designed to cache frequently used data in a refreshable, high performance, thread-safe fashion. There are 2 main implementaions of the cache system, total cache and most recently used (MRU) cache. The former is used for caching entire sets of data and the latter is used for caching only a portion of the entire set of data using a most recently used algorithm to decide which data to keep (the most recently used data is kept in the cache).



Copyright 1999-2003 Sapient Corporation. All Rights Reserved.