| Class | Description |
|---|---|
| Cache<E> |
Represents a single variable which will be dynamically updated upon regular
intervals of retrieval
|
| ExpiringMap<K,V> |
A thread-safe map that expires entries.
|
| ExpiringMap.Builder<K,V> |
Builder object for an
ExpiringMap. |
| PackingQueue<E> |
Represents a queue which flushes all of its elements upon reaching a maximum
size
|
| WeakCache<E> |
Represents a single variable which will be dynamically updated upon an
internal
WeakReference being null upon accessing |
| Enum | Description |
|---|---|
| ExpiringMap.ExpirationPolicy |
Map entry expiration policy.
|
Copyright © 2017. All rights reserved.