Delete one cached REST response.
Exact cache key to remove.
Delete cached REST responses whose keys start with the prefix.
CachedRestBackend uses prefixes such as
GET /api/users to invalidate collection and
entity entries after successful writes.
Read a cached REST response by deterministic key.
Opaque cache key supplied by CachedRestBackend.
Store a REST response by deterministic key.
Opaque cache key supplied by CachedRestBackend.
Response to persist.
Async cache store used by CachedRestBackend.
The interface is deliberately small so implementations can be backed by IndexedDB, the browser Cache API, local storage, memory, or test fixtures.