Searched refs:NodeCache (Results 1 - 2 of 2) sorted by relevance

/haiku/src/bin/bfs_tools/lib/
H A DBPlusTree.h90 class NodeCache : public Cache<off_t> { class in inherits:Cache
92 NodeCache(BPlusTree *);
164 friend class NodeCache;
174 NodeCache fCache;
H A DBPlusTree.cpp22 class CacheableNode : public NodeCache::Cacheable
48 NodeCache::NodeCache(BPlusTree *tree) function in class:NodeCache
56 NodeCache::NewCacheable(off_t offset)
63 NodeCache::Get(off_t offset)

Completed in 39 milliseconds