org.xwiki.cache.internal
Class DefaultCacheManagerConfiguration

java.lang.Object
  extended by org.xwiki.cache.internal.DefaultCacheManagerConfiguration
All Implemented Interfaces:
CacheManagerConfiguration

@Component
@Singleton
public class DefaultCacheManagerConfiguration
extends java.lang.Object
implements CacheManagerConfiguration

Default implementation of CacheManagerConfiguration.

Version:
$Id$

Constructor Summary
DefaultCacheManagerConfiguration()
           
 
Method Summary
 java.lang.String getDefaultCache()
          
 java.lang.String getDefaultLocalCache()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultCacheManagerConfiguration

public DefaultCacheManagerConfiguration()
Method Detail

getDefaultCache

public java.lang.String getDefaultCache()

Specified by:
getDefaultCache in interface CacheManagerConfiguration
Returns:
the role hint of configured default cache component.
See Also:
CacheManagerConfiguration.getDefaultCache()

getDefaultLocalCache

public java.lang.String getDefaultLocalCache()

Specified by:
getDefaultLocalCache in interface CacheManagerConfiguration
Returns:
the role hint of configured default local cache component.
See Also:
CacheManagerConfiguration.getDefaultLocalCache()


Copyright © 2004-2011 XWiki. All Rights Reserved.