Class TestLruBlockCache

java.lang.Object
org.apache.hadoop.hbase.io.hfile.TestLruBlockCache

public class TestLruBlockCache extends Object
Tests the concurrent LruBlockCache.

Tests will ensure it grows and shrinks in size properly, evictions run when they're supposed to and do what they should, and that cached blocks are accessible when expected to be.