RobinHoodProbingCache(size: Int, persistentStores: List<CacheStore> = emptyList(), replacementPolicy: CacheReplacementPolicy = FifoCacheReplacementPolicy(size))
A thread-safe InMemoryCache with a custom HashTable implementation using Robin Hood hashing.