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