org.xwiki.cache.oscache.internal
Class DefaultOSCacheCacheFactory

java.lang.Object
  extended by org.xwiki.cache.oscache.internal.AbstractOSCacheCacheFactory
      extended by org.xwiki.cache.oscache.internal.DefaultOSCacheCacheFactory
All Implemented Interfaces:
CacheFactory

@Component(value="oscache")
public class DefaultOSCacheCacheFactory
extends AbstractOSCacheCacheFactory

Implements CacheFactory based on OSCache.

Version:
$Id$

Constructor Summary
DefaultOSCacheCacheFactory()
           
 
Method Summary
protected  java.lang.String getDefaultPropsId()
          
 
Methods inherited from class org.xwiki.cache.oscache.internal.AbstractOSCacheCacheFactory
newCache
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultOSCacheCacheFactory

public DefaultOSCacheCacheFactory()
Method Detail

getDefaultPropsId

protected java.lang.String getDefaultPropsId()

Specified by:
getDefaultPropsId in class AbstractOSCacheCacheFactory
Returns:
the default configuration identifier used to load cache configuration file
See Also:
AbstractJBossCacheCacheFactory#getDefaultPropsId()


Copyright © 2004-2011 XWiki. All Rights Reserved.