org.xwiki.cache.jbosscache.internal
Class LocalJBossCacheCacheFactory

java.lang.Object
  extended by org.xwiki.cache.jbosscache.internal.AbstractJBossCacheCacheFactory
      extended by org.xwiki.cache.jbosscache.internal.LocalJBossCacheCacheFactory
All Implemented Interfaces:
CacheFactory

@Component(value="jbosscache/local")
public class LocalJBossCacheCacheFactory
extends AbstractJBossCacheCacheFactory

Implements CacheFactory based on JBossCache.

Version:
$Id$

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

Constructor Detail

LocalJBossCacheCacheFactory

public LocalJBossCacheCacheFactory()
Method Detail

getDefaultPropsId

protected java.lang.String getDefaultPropsId()

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


Copyright © 2004-2011 XWiki. All Rights Reserved.