suparnatural-cache / com.suparnatural.core.cache / RobinHoodProbingCache / <init>

<init>

RobinHoodProbingCache(size: Int, persistentStores: List<CacheStore> = emptyList(), replacementPolicy: CacheReplacementPolicy = FifoCacheReplacementPolicy(size))

A thread-safe InMemoryCache with a custom HashTable implementation using Robin Hood hashing.