Class NoOpCacheAdapter<TType>

This NoOpCacheAdapter will do nothing and is used for easily mocking ICacheAdapter for testing.

Type Parameters

  • TType

Implements

Constructors

Methods

  • The put method replaces a key if the key exists including the ttl value or adds key that do not exists with a given ttl. Returns true if the key where replaced otherwise false is returned. You must provide a ttl value. If null is passed, the item will not expire.

    Parameters

    Returns Promise<boolean>