| Package | Description |
|---|---|
| com.trivago.triava.tcache.action |
| Modifier and Type | Class and Description |
|---|---|
class |
WriteBehindActionRunner<K,V>
An ActionRunner with the following behavior:
preMutate() : NOP
postMutate() : If mutated: statistics, notifyListeners, writeThrough
|
class |
WriteThroughActionRunner<K,V>
An ActionRunner with the following behavior:
preMutate() : writeThrough
postMutate() : If mutated: statistics, notifyListeners
|
| Modifier and Type | Method and Description |
|---|---|
void |
Action.notifyListeners(ActionRunner<K,V> actionRunner,
Object arg) |
void |
Action.statistics(ActionRunner<K,V> actionRunner,
Object arg) |
void |
Action.writeThrough(ActionRunner<K,V> actionRunner,
Object arg) |
Copyright © 2018 trivago. All rights reserved.