GitHub

DaffDriverHttpClientCacheNoopService

A noop service. Always does nothing for every single method.

import { DaffDriverHttpClientCacheNoopService } from '@daffodil/driver'
@Injectable()
class DaffDriverHttpClientCacheNoopService implements DaffDriverHttpClientCacheServiceInterface {
  reset(): void
}

Properties

Name Type Description
reset void

Resets the client's cache store to the initial state.