Class <Interface> CachePolicy
public
Defined in:
../store/src/-private/cache-handler.ts:30
Module:
@ember-data/store
A service which an application may provide to the store via
the store's lifetimes
property to configure the behavior
of the CacheHandler.
The default behavior for request lifetimes is to never expire
unless manually refreshed via cacheOptions.reload
or cacheOptions.backgroundReload
.
Implementing this service allows you to programatically define when a request should be considered expired.
Methods
Properties
No documented items
Events
No documented items