| Class |
Description |
|
CacheAutoConfiguration
|
EnableAutoConfiguration for Cache. |
|
CacheGrailsPlugin
|
|
|
CacheProperties
|
Configuration properties for the Cache plugin |
|
CacheProperties.CacheConfig
|
|
|
CacheTagLib
|
|
|
ClearCachesApplicationListener
|
ApplicationListener to cleanup caches once the context is loaded. |
|
GrailsCacheAdminService
|
|
|
GrailsConcurrentLinkedMapCache
|
- Authors:
- Jakob Drangmeister
|
|
GrailsConcurrentLinkedMapCacheManager
|
Based on com.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap. |
|
GrailsConcurrentMapCache
|
Extends the default implementation to return GrailsValueWrapper instances instead of
SimpleValueWrapper. |
|
GrailsConcurrentMapCacheManager
|
Based on org.springframework.cache.concurrent.ConcurrentMapCacheManager. |
|
GrailsValueWrapper
|
Extends the standard implementation to also include the native wrapper instance. |