| Package | Description |
|---|---|
| com.trivago.triava.tcache.core | |
| com.trivago.triava.tcache.expiry |
| Constructor and Description |
|---|
TCacheEntryIterator(Cache<K,V> tcache,
ConcurrentMap<K,AccessTimeObjectHolder<V>> objects,
TCacheExpiryPolicy expiryPolicy) |
TCacheHolderIterator(Cache<K,V> tcache,
ConcurrentMap<K,AccessTimeObjectHolder<V>> objects,
TCacheExpiryPolicy expiryPolicy,
boolean touch) |
| Modifier and Type | Class and Description |
|---|---|
class |
TouchedExpiryPolicy
A JSR107 compatible
TCacheExpiryPolicy, that reads calls the getters of the ExpiryPolicy each time. |
class |
UntouchedExpiryPolicy
Am
ExpiryPolicy with fixed expiry times. |
Copyright © 2018 trivago. All rights reserved.