@Retention(value=RUNTIME) @Target(value=METHOD) public @interface CacheFor
If a time is not specified, the results will be cached for 1 hour by default.
Example: @CacheFor("1h")
@CacheFor("1h")
String
id
value
public abstract String value
public abstract String id
Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly