Groovy Documentation

griffon.plugins.ehcache
[Java] Class AbstractEhcacheProvider

java.lang.Object
  griffon.plugins.ehcache.AbstractEhcacheProvider
All Implemented Interfaces:
EhcacheProvider

public abstract class AbstractEhcacheProvider
extends Object

Authors:
Andres Almiray


Field Summary
private static String DEFAULT

private static org.slf4j.Logger LOG

 
Constructor Summary
AbstractEhcacheProvider()

 
Method Summary
protected net.sf.ehcache.CacheManager getCacheManager(String cacheManagerName)

R withEhcache(Closure closure)

R withEhcache(String cacheManagerName, Closure closure)

R withEhcache(CallableWithArgs callable)

R withEhcache(String cacheManagerName, CallableWithArgs callable)

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Field Detail

DEFAULT

private static final String DEFAULT


LOG

private static final org.slf4j.Logger LOG


 
Constructor Detail

AbstractEhcacheProvider

AbstractEhcacheProvider()


 
Method Detail

getCacheManager

protected net.sf.ehcache.CacheManager getCacheManager(String cacheManagerName)


withEhcache

public R withEhcache(Closure closure)


withEhcache

public R withEhcache(String cacheManagerName, Closure closure)


withEhcache

public R withEhcache(CallableWithArgs callable)


withEhcache

public R withEhcache(String cacheManagerName, CallableWithArgs callable)


 

Groovy Documentation