org.sape.carbon.services.cache.mru
Interface MRUCacheConfiguration
- All Superinterfaces:
- BaseMRUCacheConfiguration, ComponentConfiguration, Configuration
- public interface MRUCacheConfiguration
- extends BaseMRUCacheConfiguration
This is the configuration interface for a basic MRUCache
Copyright 2002 Sapient
- Since:
- carbon 1.0
- Version:
- $Revision: 1.9 $($Author: dvoet $ / $Date: 2003/05/05 21:21:07 $)
- Author:
- Doug Voet, April 2002
getDataLoader
public MRUCacheDataLoader getDataLoader()
- DataLoader is the component this cache will used to load data
- Returns:
- The dataloader for this cache
setDataLoader
public void setDataLoader(MRUCacheDataLoader dataLoader)
- DataLoader is the component this cache will used to load data
- Parameters:
dataLoader
- the dataloader for this cache
Copyright 1999-2003 Sapient Corporation. All Rights Reserved.