| Interface | Description |
|---|---|
| EntryLoader<K,V> |
Loads entries on demand.
|
| ExpirationListener<K,V> |
A listener for expired object events.
|
| ExpiringEntryLoader<K,V> |
Loads entries on demand, with control over each value's expiry duration (i.e.
|
| Class | Description |
|---|---|
| ExpiringMap<K,V> |
A thread-safe map that expires entries.
|
| ExpiringMap.Builder<K,V> |
Builds ExpiringMap instances.
|
| ExpiringValue<V> |
A value which should be stored in an
ExpiringMap with optional control over its expiration. |
| Enum | Description |
|---|---|
| ExpirationPolicy |
Determines how ExpiringMap entries should be expired.
|
Copyright © 2015. All rights reserved.