| Interface | Description |
|---|---|
| Cache<K,V> |
A Map-like data structure that stores key-value pairs and provides temporary
access to it.
|
| Class | Description |
|---|---|
| ConcurrentLruCache<K,V> |
A thread-safe LRU
Cache with a fixed capacity. |
Copyright © 2014–2019 Camunda Services GmbH. All rights reserved.