Uses of Class
org.sape.carbon.services.cache.total.AbstractTotalCache

Packages that use AbstractTotalCache
org.sape.carbon.services.cache.total This package contains all classes for defining and implementing read-only and writable total caches. 
 

Uses of AbstractTotalCache in org.sape.carbon.services.cache.total
 

Subclasses of AbstractTotalCache in org.sape.carbon.services.cache.total
 class ReadOnlyCache
          This Total Cache implementation is intended for fast reading of data which expires periodically as a whole.
 class 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.
 



Copyright 1999-2003 Sapient Corporation. All Rights Reserved.