Class | Description |
---|---|
CacheEntry<K,V> |
Immutable class representing an entry of the cache
FIFOThreadSafeCache . |
FIFOThreadSafeCache<K,V> |
This class implements a thread safe cache.
It is based on a FirstInFirstOut (FIFO) structure. |
Copyright © 2023 CNES. All rights reserved.