Groovy Documentation

grails.plugin.cache
[Java] Interface BlockingCache

grails.plugin.cache.GrailsCache
  grails.plugin.cache.BlockingCache
All Superinterfaces:
GrailsCache

public interface BlockingCache
extends GrailsCache

Authors:
Burt Beckwith


Method Summary
CacheConfiguration getCacheConfiguration()

boolean isDisabled()

void setTimeoutMillis(int blockingTimeoutMillis)

 
Methods inherited from interface GrailsCache
getAllKeys
 
Methods inherited from interface org.springframework.cache.Cache
org.springframework.cache.Cache#get(java.lang.Object), org.springframework.cache.Cache#put(java.lang.Object, java.lang.Object), org.springframework.cache.Cache#clear(), org.springframework.cache.Cache#getName(), org.springframework.cache.Cache#getNativeCache(), org.springframework.cache.Cache#evict(java.lang.Object)
 

Method Detail

getCacheConfiguration

public CacheConfiguration getCacheConfiguration()


isDisabled

public boolean isDisabled()


setTimeoutMillis

public void setTimeoutMillis(int blockingTimeoutMillis)


 

Groovy Documentation