import { DaffDriverHttpClientCacheNoopService } from '@daffodil/driver'
A noop service. Always does nothing for every single method.
@Injectable()
class DaffDriverHttpClientCacheNoopService implements DaffDriverHttpClientCacheServiceInterface {
reset(): void
}
void
Resets the client's cache store to the initial state.