@Documented @Retention(value=RUNTIME) @Target(value=METHOD) public @interface Cached
| Modifier and Type | Required Element and Description |
|---|---|
long |
timeToLive
The total time how long the return value of this method should be cached
|
Copyright © 2013-2018 dc-square GmbH. All Rights Reserved.