Groovy Documentation

griffon.plugins.ehcache
[Java] Class EhcacheContributionAdapter

java.lang.Object
  griffon.plugins.ehcache.EhcacheContributionAdapter
All Implemented Interfaces:
EhcacheContributionHandler

public class EhcacheContributionAdapter
extends Object

Authors:
Andres Almiray


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

DEFAULT

private static final String DEFAULT


provider

private EhcacheProvider provider


 
Constructor Detail

EhcacheContributionAdapter

EhcacheContributionAdapter()


 
Method Detail

getEhcacheProvider

public EhcacheProvider getEhcacheProvider()


setEhcacheProvider

public void setEhcacheProvider(EhcacheProvider provider)


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