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.Deprecated, for removal: This API element is subject to removal in a future version.A key that uses the parameters of a method.
CacheInterceptor