| Package | Description |
|---|---|
| com.trivago.triava.tcache | |
| com.trivago.triava.tcache.core |
| Modifier and Type | Method and Description |
|---|---|
static HashImplementation |
HashImplementation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HashImplementation[] |
HashImplementation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
HashImplementation |
Builder.getHashImplementation() |
HashImplementation |
TriavaCacheConfiguration.getHashImplementation() |
| Modifier and Type | Method and Description |
|---|---|
Builder<K,V> |
Builder.setHashImplementation(HashImplementation hashImplementation)
Set the StorageBackend for the underlying ConcurrentMap.
|
B |
TriavaCacheConfiguration.setHashImplementation(HashImplementation hashImplementation)
Set the StorageBackend for the underlying ConcurrentMap.
|
Copyright © 2018 trivago. All rights reserved.