Uses of Class
org.sape.carbon.services.cache.CacheLoadException

Packages that use CacheLoadException
org.sape.carbon.services.cache The Cache Service is designed to cache frequently used data in a refreshable, high performance, thread-safe fashion. 
org.sape.carbon.services.cache.mru This package contains all classes for defining and implementing Most Recently Used (MRU) caches. 
org.sape.carbon.services.cache.total This package contains all classes for defining and implementing read-only and writable total caches. 
org.sape.carbon.services.sqldataloader.mru   
org.sape.carbon.services.sqldataloader.total   
 

Uses of CacheLoadException in org.sape.carbon.services.cache
 

Methods in org.sape.carbon.services.cache that throw CacheLoadException
 void Cache.refreshAll()
          Refresh the contents of the entire underlying cache.
 

Uses of CacheLoadException in org.sape.carbon.services.cache.mru
 

Methods in org.sape.carbon.services.cache.mru that throw CacheLoadException
 Map MultiGetMRUCacheDataLoader.loadData(Set keys)
          Loads data from the backing data store and returns it.
 Object MRUCacheDataLoader.loadDatum(Object key)
          Loads a single datum from the backing data store and returns it.
 

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

Methods in org.sape.carbon.services.cache.total that throw CacheLoadException
 void WritableCache.refreshAll()
          Refresh the contents of the cache.
 Map TotalCacheDataLoader.loadAllData()
           Loads all the data that should be stored within a cache and returns it as a Map.
 void ReadOnlyCache.refreshAll()
          Refresh the contents of the cache.
abstract  void AbstractTotalCache.refreshAll()
          Refresh the contents of the cache.
 void AbstractTotalCache.start()
           
 void AbstractTotalCache.resume()
           
 void AbstractTotalCache.runScheduledTask()
          This execution should flush the cache of the current entries and refill it from the dataloader with new entries.
 

Uses of CacheLoadException in org.sape.carbon.services.sqldataloader.mru
 

Methods in org.sape.carbon.services.sqldataloader.mru that throw CacheLoadException
 Object SqlBeanMapMRUDataLoader.loadDatum(Object key)
          Loads the Object corresponding to the particular key supplied.
 

Uses of CacheLoadException in org.sape.carbon.services.sqldataloader.total
 

Methods in org.sape.carbon.services.sqldataloader.total that throw CacheLoadException
 Map SqlBeanDataLoader.loadAllData()
          Loads the cache with data elements.
 



Copyright 1999-2003 Sapient Corporation. All Rights Reserved.