CatapultServer  v0.5.0.1 (Elephant)
HashLockInfoCacheStorage.h
Go to the documentation of this file.
1 
21 #pragma once
22 #include "HashLockInfoCacheTypes.h"
25 
26 namespace catapult { namespace cache {
27 
29  struct HashLockInfoCacheStorage : public LockInfoCacheStorage<HashLockInfoCacheDescriptor, state::HashLockInfoSerializer> {};
30 }}
HashLockInfoSerializer.h
LockInfoCacheStorage.h
catapult::cache::LockInfoCacheStorage
Policy for saving and loading lock info cache data.
Definition: LockInfoCacheStorage.h:28
catapult::cache::HashLockInfoCacheStorage
Policy for saving and loading hash lock info cache data.
Definition: HashLockInfoCacheStorage.h:29
catapult
Definition: AddressExtractionExtension.cpp:28
HashLockInfoCacheTypes.h