@Inherited @Retention(value=RUNTIME) @Target(value={TYPE,METHOD}) public @interface CacheName
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.
public abstract String value
Copyright © 2018. All rights reserved.