Interface | Description |
---|---|
AsyncCacheApi |
The Cache API.
|
CacheApi | Deprecated
Deprecated as of 2.6.0.
|
SyncCacheApi |
A CacheApi that makes synchronous calls.
|
Class | Description |
---|---|
CachedAction |
Cache another action.
|
DefaultAsyncCacheApi | |
DefaultSyncCacheApi |
A default implementation of SyncCacheApi that wraps AsyncCacheApi
|
NamedCacheImpl |
Annotation Type | Description |
---|---|
Cached |
Mark an action to be cached on server side.
|
NamedCache |