@Inherited @Documented @Retention(value=RUNTIME) @Target(value={TYPE,METHOD}) public @interface Cacheable
The order of CacheInterceptor searching for CacheName annotation:
1: Action method of current invocation
2: Controller of the current invocation
CacheInterceptor will use the actionKey as the cache name If the CacheName annotation not found.
Copyright © 2025. All rights reserved.