@Target(value={TYPE,METHOD}) @Retention(value=RUNTIME) public @interface CacheConfig
| Modifier and Type | Optional Element and Description |
|---|---|
int |
expiresAfterSeconds
Cache expiration.
|
long |
size
Size of the cache.
|
Copyright © 2015 Wadpam. All Rights Reserved.