Interface | Description |
---|---|
CacheKeyGenerator |
An interface for generating keys used by
Cacheable . |
Class | Description |
---|---|
CacheInterceptor |
An AOP
MethodInterceptor implementation for the Cache annotations Cacheable ,
CachePut and CacheInvalidate . |
DefaultCacheKeyGenerator |
A default implementation of the
CacheKeyGenerator interface that uses the parameters of the method only. |
KotlinSuspendFunCacheKeyGenerator |
An implementation of the
CacheKeyGenerator which works exactly like DefaultCacheKeyGenerator but drops the last parameter. |
ParametersKey |
A key that uses the parameters of a method.
|