@AutoConfiguration @ConditionalOnProperty(name = "grails.cache.enabled", havingValue = "true", matchIfMissing = true) @EnableConfigurationProperties(CacheProperties.class) public class CacheAutoConfiguration extends Object
EnableAutoConfiguration for Cache.
| Constructor and description |
|---|
CacheAutoConfiguration(CacheProperties properties) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
public CustomCacheKeyGenerator |
customCacheKeyGenerator() |
|
public GrailsCacheAdminService |
grailsCacheAdminService() |
|
public GrailsCacheManager |
grailsCacheManager() |