Map<K,V> cacheMap
ReentrantReadWriteLock cacheLock
ReentrantReadWriteLock.ReadLock readLock
ReentrantReadWriteLock.WriteLock writeLock
int capacity
0表示无大小限制long timeout
0 表示无限制,单位毫秒boolean existCustomTimeout
int hitCount
int missCount
CacheObjIterator<K,V> cacheObjIter
ScheduledFuture<V> pruneJobFuture
Copyright © 2019. All rights reserved.