org.xwiki.cache.oscache.internal
Class LocalOSCacheCacheFactory

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

@Component(value="oscache/local")
public class LocalOSCacheCacheFactory
extends AbstractOSCacheCacheFactory

Implements CacheFactory based on OSCache.

Version:
$Id$

Constructor Summary
LocalOSCacheCacheFactory()
           
 
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

LocalOSCacheCacheFactory

public LocalOSCacheCacheFactory()
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:
AbstractOSCacheCacheFactory.getDefaultPropsId()


Copyright © 2004-2011 XWiki. All Rights Reserved.