| Package | Description |
|---|---|
| com.trivago.triava.tcache | |
| com.trivago.triava.tcache.action |
| Modifier and Type | Class and Description |
|---|---|
class |
Cache<K,V>
A Cache that supports expiration based on expiration time and idle time.
|
class |
CacheLimit<K,V>
A size limited Cache, that evicts elements asynchronously in the background.
|
| Constructor and Description |
|---|
WriteBehindActionRunner(ActionContext<K,V> actionContext) |
WriteThroughActionRunner(ActionContext<K,V> actionContext) |
Copyright © 2018 trivago. All rights reserved.