@CompileStatic class GrailsConcurrentLinkedMapCacheManager extends Object implements GrailsCacheManager
Based on com.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap.
| Modifiers | Name | Description |
|---|---|---|
protected ConcurrentMap<String, org.springframework.cache.Cache> |
cacheMap |
| Constructor and description |
|---|
GrailsConcurrentLinkedMapCacheManager() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
boolean |
cacheExists(String name) |
|
protected GrailsConcurrentLinkedMapCache |
createConcurrentLinkedMapCache(String name, long capacity) |
|
boolean |
destroyCache(String name) |
|
org.springframework.cache.Cache |
getCache(String name) |
|
org.springframework.cache.Cache |
getCache(String name, int capacity) |
|
Collection<String> |
getCacheNames() |
|
void |
setConfiguration(CacheProperties configuration) |