- CACHE_KEY_LOCAL_VARIABLE_NAME - Field in AbstractCacheTransformation
-
- CACHE_ORIGINAL_METHOD_RETURN_VALUE_LOCAL_VARIABLE_NAME - Field in AbstractCacheTransformation
-
- CACHE_VALUE_WRAPPER_LOCAL_VARIABLE_NAME - Field in CacheableTransformation
-
- CACHE_VARIABLE_LOCAL_VARIABLE_NAME - Field in AbstractCacheTransformation
-
- Cacheable - Annotation Type in grails.plugin.cache
Indicates that a method (or all the methods on a class) can be cached.
- CacheableTransformation - Class in org.grails.plugin.cache.compiler
- CacheableTransformation() - Constructor in CacheableTransformation
-
- CacheAutoConfiguration - Class in grails.plugin.cache
org.springframework.boot.autoconfigure.EnableAutoConfiguration for Cache.
- CacheAutoConfiguration(grails.plugin.cache.CacheProperties) - Constructor in CacheAutoConfiguration
-
- CacheEvict - Annotation Type in grails.plugin.cache
Indicates that a method (or all methods on a class) trigger(s)
a cache invalidate operation.
- CacheEvictTransformation - Class in org.grails.plugin.cache.compiler
- CacheEvictTransformation() - Constructor in CacheEvictTransformation
-
- CacheException - Class in grails.plugin.cache
A runtime Cache Exception.
- CacheException(java.lang.Throwable) - Constructor in CacheException
-
Constructs a new CacheException with the specified cause and a
detail message of (cause==null ?
- cacheExists(java.lang.String) - Method in GrailsCacheManager
-
Whether the cache for the given name exits
- cacheExists(java.lang.String) - Method in GrailsConcurrentLinkedMapCacheManager
-
- cacheExists(java.lang.String) - Method in GrailsConcurrentMapCacheManager
-
- CacheGrailsPlugin - Class in grails.plugin.cache
- CacheGrailsPlugin() - Constructor in CacheGrailsPlugin
-
- cacheMap - Field in GrailsConcurrentLinkedMapCacheManager
-
- cacheMap - Field in GrailsConcurrentMapCacheManager
-
- CacheOperation - Annotation Type in grails.plugin.cache
An annotation added to all methods or types that produce a cache operation.
- CacheProperties - Class in grails.plugin.cache
Configuration properties for the Cache plugin
- CacheProperties.CacheConfig - Class in grails.plugin.cache
- CachePut - Annotation Type in grails.plugin.cache
Indicates that a method (or all methods on a class) trigger(s)
aCache#put(Object, Object) operation.
- CachePutTransformation - Class in org.grails.plugin.cache.compiler
- CachePutTransformation() - Constructor in CachePutTransformation
-
- ClassUtils - Class in grails.plugin.cache.util
- clear() - Method in GrailsConcurrentLinkedMapCache
-
- clearAllCaches() - Method in GrailsCacheAdminService
-
- clearBlocksCache() - Method in GrailsCacheAdminService
-
- clearCache(java.lang.CharSequence) - Method in GrailsCacheAdminService
-
- ClearCachesApplicationListener - Class in grails.plugin.cache
org.springframework.context.ApplicationListener to cleanup caches once the context is loaded.
- clearTemplatesCache() - Method in GrailsCacheAdminService
-
- condition - Field in Cacheable
-
A closure used for conditioning the method caching.
- condition - Field in CacheEvict
-
A closure used for conditioning the method caching.
- createConcurrentLinkedMapCache(java.lang.String, long) - Method in GrailsConcurrentLinkedMapCacheManager
-
- createConcurrentMapCache(java.lang.String) - Method in GrailsConcurrentMapCacheManager
-
- CustomCacheKeyGenerator - Class in grails.plugin.cache
Includes the hashcode, method signature, and class name of the target (caller) in the cache key
- customCacheKeyGenerator() - Method in CacheAutoConfiguration
-
- CustomCacheKeyGenerator() - Constructor in CustomCacheKeyGenerator
-