| java.lang.Object org.h2.util.Cache2Q
Cache2Q | public class Cache2Q implements Cache(Code) | | A cache implementation based on the 2Q algorithm.
For about the algorithm, see
http://www.vldb.org/conf/1994/P439.PDF .
In this implementation, items are moved from 'in'
queue and move to the 'main' queue if the are referenced again.
|
clear | public void clear()(Code) | | |
remove | public void remove(int pos)(Code) | | |
|
|