@CompileStatic class GrailsConcurrentMapCacheManager extends Object implements GrailsCacheManager
Based on org.springframework.cache.concurrent.ConcurrentMapCacheManager.
| Modifiers | Name | Description |
|---|---|---|
protected ConcurrentMap<String, org.springframework.cache.Cache> |
cacheMap |
| Constructor and description |
|---|
GrailsConcurrentMapCacheManager() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
boolean |
cacheExists(String name) |
|
protected GrailsConcurrentMapCache |
createConcurrentMapCache(String name) |
|
boolean |
destroyCache(String name) |
|
org.springframework.cache.Cache |
getCache(String name) |
|
Collection<String> |
getCacheNames() |
|
void |
setConfiguration(CacheProperties configuration) |