Package play.cache
Annotation Interface CacheFor
Cache an action's result.
If a time is not specified, the results will be cached for 1 hour by default.
Example: @CacheFor("1h")
-
Optional Element Summary
Optional Elements