|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectgriffon.plugins.ehcache.AbstractEhcacheProvider
public abstract class AbstractEhcacheProvider extends Object
| 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 |
|---|
private static final String DEFAULT
private static final org.slf4j.Logger LOG
| Constructor Detail |
|---|
AbstractEhcacheProvider()
| Method Detail |
|---|
protected net.sf.ehcache.CacheManager getCacheManager(String cacheManagerName)
public R withEhcache(Closure closure)
public R withEhcache(String cacheManagerName, Closure closure)
public R withEhcache(CallableWithArgs callable)
public R withEhcache(String cacheManagerName, CallableWithArgs callable)
Groovy Documentation