org.sape.carbon.services.cache.total
Interface TotalCacheDataLoader

All Superinterfaces:
FunctionalInterface
All Known Subinterfaces:
ConfigurableMapTypeCacheDataLoader
All Known Implementing Classes:
SqlBeanDataLoader

public interface TotalCacheDataLoader
extends FunctionalInterface

The TotalCacheDataLoader is the component FunctionalInterface of components that can load data for a cache.

Copyright 2002 Sapient

Since:
carbon 1.0
Version:
$Revision: 1.8 $($Author: dvoet $ / $Date: 2003/05/05 21:21:08 $)
Author:
Douglas Voet, March 2002

Method Summary
 Map loadAllData()
           Loads all the data that should be stored within a cache and returns it as a Map.
 

Method Detail

loadAllData

public Map loadAllData()
                throws CacheLoadException

Loads all the data that should be stored within a cache and returns it as a Map.

Returns:
Map data to be loaded into a cache
Throws:
CacheLoadException - when failed to load data


Copyright 1999-2003 Sapient Corporation. All Rights Reserved.