Package io.micronaut.cache.interceptor
Contains cache interceptors in Micronaut.
- Since:
- 1.0
-
Interface Summary Interface Description CacheKeyGenerator An interface for generating keys used byCacheable
. -
Class Summary Class Description CacheInterceptor An AOPMethodInterceptor
implementation for the Cache annotationsCacheable
,CachePut
andCacheInvalidate
.DefaultCacheKeyGenerator A default implementation of theCacheKeyGenerator
interface that uses the parameters of the method only.KotlinSuspendFunCacheKeyGenerator An implementation of theCacheKeyGenerator
which works exactly likeDefaultCacheKeyGenerator
but drops the last parameter.ParametersKey A key that uses the parameters of a method.