org.xwiki.cache.util
Class AbstractCacheConfigurationLoader
java.lang.Object
org.xwiki.cache.util.AbstractCacheConfigurationLoader
public abstract class AbstractCacheConfigurationLoader
- extends Object
Base class to load cache configuration.
- Version:
- $Id: 7b07e8c43695f1a05e70feec142344c8f37a85f8 $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractCacheConfigurationLoader
public AbstractCacheConfigurationLoader(CacheConfiguration configuration,
String defaultPropsId)
- Parameters:
configuration - the XWiki cache API configuration.defaultPropsId - the default configuration identifier used to load cache configuration file.
getCacheConfiguration
public CacheConfiguration getCacheConfiguration()
- Returns:
- the XWiki cache API configuration.
createTempDir
protected String createTempDir()
- Returns:
- the patch of the temporary local folder based on configuration identifier.
getDefaultPropsId
public String getDefaultPropsId()
- Returns:
- the default configuration identifier used to load cache configuration file.
Copyright © 2004-2012 XWiki. All Rights Reserved.