|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ConfigurationCache | |
| org.sape.carbon.core.config | |
| org.sape.carbon.core.config.cache | |
| Uses of ConfigurationCache in org.sape.carbon.core.config |
| Fields in org.sape.carbon.core.config declared as ConfigurationCache | |
private ConfigurationCache |
DefaultRootConfigurationService.cache
Cache storing previously accessed configuration objects. |
| Uses of ConfigurationCache in org.sape.carbon.core.config.cache |
| Classes in org.sape.carbon.core.config.cache that implement ConfigurationCache | |
class |
DoubleCheckConfigurationCache
This implementation uses the infamous double-check lock to minimize the synchronization required. |
class |
SynchronizedConfigurationCache
This implementation uses a synchronized hash map to store all configurations. |
| Methods in org.sape.carbon.core.config.cache that return ConfigurationCache | |
static ConfigurationCache |
ConfigurationCacheFactory.getInstance(ConfigurationService configService)
Gets a new instance of the configured ConfigurationCache |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||