#ifndef XRPL_SHAMAP_TREENODECACHE_H_INCLUDED #define XRPL_SHAMAP_TREENODECACHE_H_INCLUDED #include #include #include namespace ripple { using TreeNodeCache = TaggedCache< uint256, SHAMapTreeNode, /*IsKeyCache*/ false, intr_ptr::SharedWeakUnionPtr, intr_ptr::SharedPtr>; } // namespace ripple #endif