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