| Package | Description |
|---|---|
| com.trivago.triava.tcache | |
| com.trivago.triava.tcache.core |
| Modifier and Type | Field and Description |
|---|---|
protected JamPolicy |
Cache.jamPolicy |
| Modifier and Type | Method and Description |
|---|---|
static JamPolicy |
JamPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JamPolicy[] |
JamPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
JamPolicy |
Builder.getJamPolicy() |
JamPolicy |
TriavaCacheConfiguration.getJamPolicy() |
| Modifier and Type | Method and Description |
|---|---|
Builder<K,V> |
Builder.setJamPolicy(JamPolicy jamPolicy)
Sets the policy, how a Thread that calls put() will behave the cache is full.
|
B |
TriavaCacheConfiguration.setJamPolicy(JamPolicy jamPolicy)
Sets the policy, how a Thread that calls put() will behave the cache is full.
|
Copyright © 2018 trivago. All rights reserved.