@Target(value=TYPE) @Retention(value=RUNTIME) public @interface Cache
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
clearOnWrite |
int |
maxEntries |
boolean |
readCache |
Cache.ClearStrategy |
strategy |
Cache.SyncCacheStrategy |
syncCache |
int |
timeout |
public abstract Cache.ClearStrategy strategy
public abstract Cache.SyncCacheStrategy syncCache
Copyright © 2021. All rights reserved.