Package io.micronaut.cache.interceptor
package io.micronaut.cache.interceptor
Contains cache interceptors in Micronaut.
- Since:
- 1.0
- Author:
- graemerocher
-
ClassDescriptionAn AOP
MethodInterceptor
implementation for the Cache annotationsCacheable
,CachePut
andCacheInvalidate
.An interface for generating keys used byCacheable
.A default implementation of theCacheKeyGenerator
interface that uses the parameters of the method only.An implementation of theCacheKeyGenerator
which works exactly likeDefaultCacheKeyGenerator
but drops the last parameter.A key that uses the parameters of a method.