org.sape.carbon.core.config.cache
Interface ConfigurationCache
- All Known Implementing Classes:
- DoubleCheckConfigurationCache, SynchronizedConfigurationCache
- public interface ConfigurationCache
Interface for classes that store configuration objects.
Copyright 2002 Sapient
- Since:
- carbon 1.1
- Version:
- $Revision: 1.3 $($Author: dvoet $ / $Date: 2003/05/05 21:21:16 $)
- Author:
- Douglas Voet, Oct 24, 2002
getConfiguration
public Configuration getConfiguration(String name)
- Gets the cached version of the configuration named by name
- Parameters:
name
- the name of the configuraiton
- Returns:
- Configuration the requested configuration
- Throws:
ConfigurationNotFoundException
- if
the requested configuration is not found.
Copyright 1999-2003 Sapient Corporation. All Rights Reserved.