Class |
Description |
CacheGrailsPlugin
|
|
CachePluginConfiguration
|
Configuration properties for the cache plugin |
CachePluginConfiguration.CacheConfig
|
|
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. |