|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD | |||||||
grails.plugin.cache.GrailsCachegrails.plugin.cache.BlockingCache
public interface BlockingCache extends GrailsCache
| 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 |
|---|
public CacheConfiguration getCacheConfiguration()
public boolean isDisabled()
public void setTimeoutMillis(int blockingTimeoutMillis)
Groovy Documentation