| Package | Description |
|---|---|
| com.trivago.triava.tcache.core | |
| com.trivago.triava.tcache.storage |
| Modifier and Type | Method and Description |
|---|---|
StorageBackend<K,V> |
Builder.storageFactory() |
StorageBackend<K,V> |
TriavaCacheConfiguration.storageFactory() |
| Modifier and Type | Class and Description |
|---|---|
class |
HighscalelibNonBlockingHashMap<K,V>
Implements a storage that uses the Highscale libs.
|
class |
JavaConcurrentHashMap<K,V>
Implements a storage that uses Java's ConcurrentHashMap.
|
Copyright © 2018 trivago. All rights reserved.