InMemoryCache
A cache implementation that stores the information in memory. The current implementation stores the values in memory in a WeakHashMap.
Parameters
<K>
The type of the key.
<V>
The type of the value.
A cache implementation that stores the information in memory. The current implementation stores the values in memory in a WeakHashMap.
The type of the key.
The type of the value.