create

Create a new instance for a cache in memory.

Return

A newly created instance of InMemoryCache.

Parameters

<expectedK>

The expected type for the key.

<expectedV>

The expected type for the value.