Class ObjectCache<K,V>
java.lang.Object
is.galia.util.ObjectCache<K,V>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ObjectCache
public ObjectCache(long maxSize) Creates an instance with the given max size.
-
-
Method Details
-
asMap
-
cleanUp
public void cleanUp() -
get
-
maxSize
public long maxSize() -
purge
public void purge() -
put
-
remove
-
removeAll
public void removeAll() -
size
public long size()
-