@Target(value={TYPE,METHOD}) @Retention(value=RUNTIME) @Documented public @interface Cacheable
Modifier and Type | Optional Element and Description |
---|---|
String |
cacheName |
Class<? extends ICacheKeyGenerator> |
generator |
String |
key |
ICaches.Scope |
scope |
int |
timeout |
public abstract String cacheName
public abstract String key
public abstract Class<? extends ICacheKeyGenerator> generator
public abstract ICaches.Scope scope
Copyright © 2022. All rights reserved.