public class LongCache extends Object
LongCache(int size, int associativity)
long
get(long key)
set(long key, long value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public LongCache(int size, int associativity)
public long set(long key, long value)
public long get(long key)
Copyright © 2011–2020 Apache Software Foundation. All rights reserved.