Limited Cache
A Map which discards the oldest entry whenever an attempt is made to store more than the maximumSize elements in it.
Parameters
K
The keys of the cache.
V
The values associated with keys of the cache.
maximum Size
The maximum cache size.
Constructors
Functions
Link copied to clipboard
Link copied to clipboard
open override fun computeIfPresent(p0: K, p1: BiFunction<in K, in V, out V?>): V?
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard