CatapultServer  v0.5.0.1 (Elephant)
AccountRestrictionCacheStorage.h
Go to the documentation of this file.
1 
21 #pragma once
25 
26 namespace catapult { namespace cache {
27 
30  : public CacheStorageForBasicInsertRemoveCache<AccountRestrictionCacheDescriptor>
32  {};
33 }}
CacheStorageInclude.h
catapult::cache::CacheStorageForBasicInsertRemoveCache
Defines cache storage for cache with basic insert remove support.
Definition: src/catapult/cache/CacheStorageInclude.h:51
AccountRestrictionCacheTypes.h
catapult::state::AccountRestrictionsSerializer
Policy for saving and loading account restrictions data.
Definition: AccountRestrictionsSerializer.h:28
AccountRestrictionsSerializer.h
catapult
Definition: AddressExtractionExtension.cpp:28
catapult::cache::AccountRestrictionCacheStorage
Policy for saving and loading account restriction cache data.
Definition: AccountRestrictionCacheStorage.h:29