public abstract class AbstractCacheConfigurationLoader extends Object
| Constructor and Description |
|---|
AbstractCacheConfigurationLoader(CacheConfiguration configuration,
Environment environment,
String defaultPropsId) |
AbstractCacheConfigurationLoader(CacheConfiguration configuration,
String defaultPropsId) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
createTempDir() |
CacheConfiguration |
getCacheConfiguration() |
String |
getDefaultPropsId() |
public AbstractCacheConfigurationLoader(CacheConfiguration configuration, String defaultPropsId)
configuration - the XWiki cache API configuration.defaultPropsId - the default configuration identifier used to load cache configuration file.public AbstractCacheConfigurationLoader(CacheConfiguration configuration, Environment environment, String defaultPropsId)
configuration - the XWiki cache API configuration.environment - the environment, can be nulldefaultPropsId - the default configuration identifier used to load cache configuration file.public CacheConfiguration getCacheConfiguration()
protected String createTempDir()
public String getDefaultPropsId()
Copyright © 2004–2017 XWiki. All rights reserved.