Package io.micronaut.cache.interceptor
package io.micronaut.cache.interceptor
Contains cache interceptors in Micronaut.
- Since:
 - 1.0
 - Author:
 - graemerocher
 
- 
ClassDescriptionAn AOP
MethodInterceptorimplementation for the Cache annotationsCacheable,CachePutandCacheInvalidate.An interface for generating keys used byCacheable.A default implementation of theCacheKeyGeneratorinterface that uses the parameters of the method only.An implementation of theCacheKeyGeneratorwhich works exactly likeDefaultCacheKeyGeneratorbut drops the last parameter.A key that uses the parameters of a method.