|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=TYPE) public @interface Cached
Place this on any POJO entity class to cause it to be cached in the memcache.
Optional Element Summary | |
---|---|
int |
expirationSeconds
Number of seconds after which the cached copy should be expired; the default value (0) is "keep as long as possible". |
public abstract int expirationSeconds
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |