org.sape.carbon.services.cache.total
Interface TotalCacheConfiguration
- All Superinterfaces:
- ComponentConfiguration, Configuration
- public interface TotalCacheConfiguration
- extends ComponentConfiguration
Configuration interface used by both the ReadOnlyCache and WritableCache
implementations.
Copyright 2002 Sapient
- Since:
- carbon 1.0
- Version:
- $Revision: 1.7 $($Author: dvoet $ / $Date: 2003/05/05 21:21:08 $)
- Author:
- Douglas Voet, March 2002
getDataLoader
public TotalCacheDataLoader getDataLoader()
- DataLoader defines the TotalCacheDataLoader component that is
responsible for loading data for this cache
- Returns:
- the dataloader for the cache
setDataLoader
public void setDataLoader(TotalCacheDataLoader dataLoader)
- DataLoader defines the TotalCacheDataLoader component that is
responsible for loading data for this cache
- Parameters:
dataLoader
- the dataloader for the cache
Copyright 1999-2003 Sapient Corporation. All Rights Reserved.