类分层结构
- java.lang.Object
- org.dromara.hutool.core.cache.impl.AbstractCache<K,V> (implements org.dromara.hutool.core.cache.Cache<K,V>)
- org.dromara.hutool.core.cache.impl.ReentrantCache<K,V>
- org.dromara.hutool.core.cache.impl.LRUCache<K,V>
- org.dromara.hutool.core.cache.impl.StampedCache<K,V>
- org.dromara.hutool.core.cache.impl.FIFOCache<K,V>
- org.dromara.hutool.core.cache.impl.LFUCache<K,V>
- org.dromara.hutool.core.cache.impl.TimedCache<K,V>
- org.dromara.hutool.core.cache.impl.WeakCache<K,V>
- org.dromara.hutool.core.cache.impl.CacheObj<K,V> (implements java.io.Serializable)
- org.dromara.hutool.core.cache.impl.CacheObjIterator<K,V> (implements java.util.Iterator<E>, java.io.Serializable)
- org.dromara.hutool.core.cache.impl.CacheValuesIterator<V> (implements java.util.Iterator<E>, java.io.Serializable)
- org.dromara.hutool.core.cache.impl.NoCache<K,V> (implements org.dromara.hutool.core.cache.Cache<K,V>)
Copyright © 2023. All rights reserved.