import { DaffDriverHttpClientCacheServiceInterface } from '@daffodil/driver'
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.
interface DaffDriverHttpClientCacheServiceInterface {
reset(): void
}
void
Resets the client's cache store to the initial state.