Groovy Documentation

griffon.plugins.ehcache
[Java] Interface EhcacheProvider


public interface EhcacheProvider

Authors:
Andres Almiray


Method Summary
R withEhcache(Closure closure)

R withEhcache(String cacheManagerName, Closure closure)

R withEhcache(CallableWithArgs callable)

R withEhcache(String cacheManagerName, CallableWithArgs callable)

 

Method Detail

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