Package org.sape.carbon.core.config.cache

Interface Summary
ConfigurationCache Interface for classes that store configuration objects.
 

Class Summary
ConfigurationCacheFactory Factory class that returns an instance of ConfigurationCache.
DoubleCheckConfigurationCache This implementation uses the infamous double-check lock to minimize the synchronization required.
SynchronizedConfigurationCache This implementation uses a synchronized hash map to store all configurations.
 



Copyright 1999-2003 Sapient Corporation. All Rights Reserved.