@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 int timeout
public abstract boolean clearOnWrite
public abstract int maxEntries
public abstract Cache.ClearStrategy strategy
public abstract boolean readCache
public abstract Cache.SyncCacheStrategy syncCache
Copyright © 2014. All rights reserved.