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.
Create a new instance for a cache in memory.
A newly created instance of InMemoryCache.
The expected type for the key.
The expected type for the value.