| Package | Description |
|---|---|
| com.trivago.triava.tcache | |
| com.trivago.triava.tcache.core | |
| com.trivago.triava.tcache.storage |
| Modifier and Type | Method and Description |
|---|---|
static CacheWriteMode |
CacheWriteMode.fromStoreByValue(boolean storeByValue)
Converts the JSR isStoreByValue to the corresponding CacheWriteMode.
|
static CacheWriteMode |
CacheWriteMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CacheWriteMode[] |
CacheWriteMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
AccessTimeObjectHolder(V value,
CacheWriteMode writeMode)
Construct a holder.
|
AccessTimeObjectHolder(V value,
long maxIdleTimeMillis,
long maxCacheTimeSecs,
CacheWriteMode writeMode) |
| Modifier and Type | Method and Description |
|---|---|
CacheWriteMode |
Builder.getCacheWriteMode() |
CacheWriteMode |
TriavaCacheConfiguration.getCacheWriteMode() |
| Modifier and Type | Method and Description |
|---|---|
Builder<K,V> |
Builder.setCacheWriteMode(CacheWriteMode writeMode) |
B |
TriavaCacheConfiguration.setCacheWriteMode(CacheWriteMode writeMode) |
| Constructor and Description |
|---|
ConcurrentKeyDeserMap(ConcurrentMap<ByteArray,V> backingMap,
CacheWriteMode writeMode) |
Copyright © 2018 trivago. All rights reserved.