public class Cache<K,V> extends Object
Modifier and Type | Field and Description |
---|---|
protected Thread |
cleanUpThread |
protected HashMap<IdentityBasedWeakReference,V> |
map |
protected ReferenceQueue<Object> |
referenceQueue |
Constructor and Description |
---|
Cache() |
protected ReferenceQueue<Object> referenceQueue
protected HashMap<IdentityBasedWeakReference,V> map
protected Thread cleanUpThread
Copyright © 2016. All rights reserved.