-
-
Constructor Summary
Constructors
| Constructor and Description |
Cache(int size) |
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
Cache
public Cache(int size)
-
Method Detail
-
prune
public void prune()
-
maximumSize
public int maximumSize()
-
isFull
public boolean isFull()
-
getHits
public Long getHits()
-
getMisses
public Long getMisses()
Copyright © 2013 jwall.org. All Rights Reserved.