Uses of Class
org.miaixz.bus.core.cache.provider.ReentrantCache
Packages that use ReentrantCache
-
Uses of ReentrantCache in org.miaixz.bus.core.cache.provider
Subclasses of ReentrantCache in org.miaixz.bus.core.cache.providerModifier and TypeClassDescriptionclassLRUCache<K,V> LRU (least recently used)最近最久未使用缓存 根据使用时间来判定对象是否被持续缓存 当对象被访问时放入缓存,当缓存满了,最久未被使用的对象将被移除。