| Class |
Description |
|
CacheAutoConfiguration
|
org.springframework.boot.autoconfigure.EnableAutoConfiguration for Cache. |
|
CacheGrailsPlugin
|
|
|
CacheProperties
|
Configuration properties for the Cache plugin |
|
CacheProperties.CacheConfig
|
|
|
ClearCachesApplicationListener
|
org.springframework.context.ApplicationListener to cleanup caches once the context is loaded. |
|
CustomCacheKeyGenerator
|
Includes the hashcode, method signature, and class name of the target (caller) in the cache key |
|
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. |