Package com.aspectran.utils.cache


package com.aspectran.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 Cache with a fixed capacity.
    A Cache that uses soft or weak references for both keys and values.