Package org.camunda.commons.utils.cache


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