| 接口 | 说明 |
|---|---|
| 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. variable expiration).
|
| 类 | 说明 |
|---|---|
| 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. |
| 枚举 | 说明 |
|---|---|
| ExpirationPolicy |
Determines how ExpiringMap entries should be expired.
|