Package org.camunda.commons.utils.cache
package org.camunda.commons.utils.cache
-
ClassDescriptionCache<K,
V> A Map-like data structure that stores key-value pairs and provides temporary access to it.ConcurrentLruCache<K,V> A thread-safe LRU org.camunda.commons.utils.cache.Cache with a fixed capacity.