Class Hierarchy
- java.lang.Object
- com.xxl.tool.cache.impl.NoCache<K,
V> (implements com.xxl.tool.cache.iface.Cache<K, V>) - com.xxl.tool.cache.impl.ReentrantCache<K,
V> (implements com.xxl.tool.cache.iface.Cache<K, V>) - com.xxl.tool.cache.impl.FIFOCache<K,
V> - com.xxl.tool.cache.impl.LFUCache<K,
V> - com.xxl.tool.cache.impl.LRUCache<K,
V> - com.xxl.tool.cache.impl.UnlimitedCache<K,
V>
- com.xxl.tool.cache.impl.FIFOCache<K,
- com.xxl.tool.cache.impl.NoCache<K,