@org.springframework.boot.autoconfigure.AutoConfiguration @org.springframework.boot.autoconfigure.condition.ConditionalOnProperty(name = "grails.cache.enabled", havingValue = "true", matchIfMissing = true) @org.springframework.boot.context.properties.EnableConfigurationProperties(CacheProperties.class) public class CacheAutoConfiguration extends java.lang.Object
org.springframework.boot.autoconfigure.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() |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |