DaffDriverHttpClientCacheServiceInterface
A service for interacting with the request cache of the HTTP client currently in use. This has nothing to do with local storage or any kind of persistent client data.
import { DaffDriverHttpClientCacheServiceInterface } from '@daffodil/driver'
interface DaffDriverHttpClientCacheServiceInterface {
reset: void
}
Properties
Name | Type | Description |
---|---|---|
reset | void | Resets the client's cache store to the initial state. |