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

<init>

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

A thread-safe InMemoryCache with a custom HashTable implementation based on Linear Probing.