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 AOPMethodInterceptorimplementation for the Cache annotationsCacheable,CachePutandCacheInvalidate.DefaultCacheKeyGenerator A default implementation of theCacheKeyGeneratorinterface that uses the parameters of the method only.KotlinSuspendFunCacheKeyGenerator An implementation of theCacheKeyGeneratorwhich works exactly likeDefaultCacheKeyGeneratorbut drops the last parameter.ParametersKey A key that uses the parameters of a method.