create

Wrap a Guava cache with a custom cache.

Return

A newly created instance of NoCache.

Parameters

guavaCache

The guava cache to be wrapped-

<expectedK>

The expected type for the key.

<expectedV>

The expected type for the value.