Package play.cache
Provides the Cache API.
-
Interface Summary Interface Description AsyncCacheApi The Cache API.SyncCacheApi A synchronous API to access a Cache. -
Class Summary Class Description CachedAction Cache another action.DefaultAsyncCacheApi Adapts a Scala AsyncCacheApi to a Java AsyncCacheApi.DefaultSyncCacheApi An implementation of SyncCacheApi that wraps AsyncCacheApiNamedCacheImpl SyncCacheApiAdapter Adapts a Scala SyncCacheApi to a Java SyncCacheApi -
Annotation Types Summary Annotation Type Description Cached Mark an action to be cached on server side.NamedCache