org.xwiki.cache.jbosscache.internal
Class DefaultJBossCacheCacheFactory

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

@Component(value="jbosscache")
public class DefaultJBossCacheCacheFactory
extends AbstractJBossCacheCacheFactory

Implements CacheFactory based on JBossCache.

Version:
$Id$

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

DefaultJBossCacheCacheFactory

public DefaultJBossCacheCacheFactory()
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.