mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Move TaggedCache to ripple_basics and remove dependency on upTime
This commit is contained in:
@@ -2,14 +2,13 @@
|
||||
#define __TRANSACTIONMASTER__
|
||||
|
||||
#include "Transaction.h"
|
||||
#include "TaggedCache.h"
|
||||
|
||||
// Tracks all transactions in memory
|
||||
|
||||
class TransactionMaster
|
||||
{
|
||||
protected:
|
||||
TaggedCache<uint256, Transaction> mCache;
|
||||
TaggedCache<uint256, Transaction, UptimeTimerAdapter> mCache;
|
||||
|
||||
public:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user