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

/haiku/src/bin/bfs_tools/lib/
H A DBPlusTree.cpp22 class CacheableNode : public NodeCache::Cacheable class in inherits:NodeCache::Cacheable
25 CacheableNode(off_t offset,bplustree_node *node) function in class:CacheableNode
32 virtual ~CacheableNode()
58 return new CacheableNode(offset,fTree->Node(offset,false));
65 CacheableNode *node = (CacheableNode *)Cache<off_t>::Get(offset);

Completed in 48 milliseconds