Concurrent Weak Hash Map Cache
Constructors
Types
Functions
Link copied to clipboard
Link copied to clipboard
abstract fun newNode(key: K, referenceQueue: ReferenceQueue<K>, value: V, hash: Int): ConcurrentWeakHashMapCache.KeyRefNode<K, V>