Uses of Package
org.sape.carbon.services.cache.mru

Packages that use org.sape.carbon.services.cache.mru
org.sape.carbon.services.cache.mru This package contains all classes for defining and implementing Most Recently Used (MRU) caches. 
org.sape.carbon.services.sqldataloader.mru   
 

Classes in org.sape.carbon.services.cache.mru used by org.sape.carbon.services.cache.mru
AbstractMRUCache
          Class which provides a generic "Most Recently Used" cache.
BaseMRUCacheConfiguration
          The configuration interface for the DefaultMRUCacheImpl implementation.
MRUCache
          This interface represents caches that hold a limited number of items and remove older items or items that haven't been accessed in a while to make room for new items.
MRUCacheDataLoader
          The MRUCacheDataLoader is the interface implemented by Objects that interface with the backing data store of an MRU cache.
MultiGetMRUCacheDataLoader
          The MultiGetMRUCacheDataLoader is the interface implemented by Objects that interface with the backing data store of an MRU cache.
 

Classes in org.sape.carbon.services.cache.mru used by org.sape.carbon.services.sqldataloader.mru
MRUCacheDataLoader
          The MRUCacheDataLoader is the interface implemented by Objects that interface with the backing data store of an MRU cache.
 



Copyright 1999-2003 Sapient Corporation. All Rights Reserved.