Groovy Documentation

griffon.plugins.bigcache
[Java] Interface BigcacheProvider


public interface BigcacheProvider

Authors:
Andres Almiray


Method Summary
Object withBigcache(Closure closure)

Object withBigcache(String bigcacheManagerName, Closure closure)

Object withBigcache(CallableWithArgs callable)

Object withBigcache(String bigcacheManagerName, CallableWithArgs callable)

 

Method Detail

withBigcache

public Object withBigcache(Closure closure)


withBigcache

public Object withBigcache(String bigcacheManagerName, Closure closure)


withBigcache

public Object withBigcache(CallableWithArgs callable)


withBigcache

public Object withBigcache(String bigcacheManagerName, CallableWithArgs callable)


 

Groovy Documentation