diff --git a/src/main/docbkx/book.xml b/src/main/docbkx/book.xml index 43af6ec11ff..1747d0f0174 100644 --- a/src/main/docbkx/book.xml +++ b/src/main/docbkx/book.xml @@ -1579,6 +1579,12 @@ rs.close();
Block Cache + Below we describe the default block cache implementation, the LRUBlockCache. + Read for an understanding of how it works and an overview of the facility it provides. + Other, off-heap options have since been added. After reading the below, + be sure to visit the blog series BlockCache 101 by Nick Dimiduk + where other Block Cache implementations are described. +
Design The Block Cache is an LRU cache that contains three levels of block priority to allow for scan-resistance and in-memory ColumnFamilies: