rippled
Loading...
Searching...
No Matches
include
xrpl
basics
KeyCache.h
1
#pragma once
2
3
#include <xrpl/basics/TaggedCache.h>
4
#include <xrpl/basics/base_uint.h>
5
6
namespace
xrpl
{
7
8
using
KeyCache
=
TaggedCache<uint256, int, true>
;
9
10
}
// namespace xrpl
xrpl::TaggedCache
Map/cache combination.
Definition
TaggedCache.h:42
xrpl
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
Definition
algorithm.h:5
Generated by
1.9.8