|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectgriffon.plugins.ehcache.EhcacheContributionAdapter
public class EhcacheContributionAdapter extends Object
| Field Summary | |
|---|---|
private static String |
DEFAULT
|
private EhcacheProvider |
provider
|
| Constructor Summary | |
EhcacheContributionAdapter()
|
|
| Method Summary | |
|---|---|
EhcacheProvider
|
getEhcacheProvider()
|
void
|
setEhcacheProvider(EhcacheProvider provider)
|
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 EhcacheProvider provider
| Constructor Detail |
|---|
EhcacheContributionAdapter()
| Method Detail |
|---|
public EhcacheProvider getEhcacheProvider()
public void setEhcacheProvider(EhcacheProvider provider)
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