create
open fun <expectedK, expectedV> create(guavaCache: Cache<expectedK, expectedV>): GuavaCache<expectedK, expectedV>(source)
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.