Class NoOpCacheAdapter<TType>

The NoOpCacheAdapter will do nothing and is used for easily mocking ICache for testing.

IMPORT_PATH: "@daiso-tech/core/cache/no-op-cache-adapter"

Type Parameters

  • TType = unknown

Implements

Constructors

Methods