-
timeToLiveMillis
long timeToLiveMillis
The time to live for entries in milliseconds.
-
expiryQueue
BlockingQueue<E> expiryQueue
A queue to manage expiring keys.
-
wrapper
Map<K,V> wrapper
The synchronized map wrapping this map to ensure thread safety. This instance is used as a shared lock to ensure
thread safety when expired entries are removed.
-
expiringThread
Thread expiringThread
A thread that runs forever that manages the asynchronous removal of expired entries.