Cache an action.
Cache an action.
Cache key
Cache duration (in seconds)
(Since version 2.5.0) Inject Cached into your component
Cache an action.
Cache an action.
Cache key
(Since version 2.5.0) Inject Cached into your component
Cache an action.
Cache an action.
Compute a key from the request header
(Since version 2.5.0) Inject Cached into your component
Cache an action.
Cache an action.
Compute a key from the request header
Compute a cache duration from the respone header
(Since version 2.5.0) Inject Cached into your component
A cached instance caching nothing Useful for composition
A cached instance caching nothing Useful for composition
(Since version 2.5.0) Inject Cached into your component
Caches everything for the specified seconds
Caches everything for the specified seconds
(Since version 2.5.0) Inject Cached into your component
Caches everything, forever
Caches everything, forever
(Since version 2.5.0) Inject Cached into your component
Caches the specified status forever
Caches the specified status forever
(Since version 2.5.0) Inject Cached into your component
Caches the specified status, for the specified number of seconds
Caches the specified status, for the specified number of seconds
(Since version 2.5.0) Inject Cached into your component
A helper to add caching to an Action. This helper uses the Application's default cache. If you want to inject a custom cache, see the
Cached
class.