CatapultServer
v0.5.0.1 (Elephant)
|
Go to the documentation of this file.
27 namespace catapult {
namespace cache {
31 AccountRestrictionCacheDescriptor,
#define DEFINE_CACHE_CONSTANTS(NAME)
Defines cache constants for a cache with NAME.
Definition: CacheConstants.h:42
Synchronized cache composed of account restriction information.
Definition: AccountRestrictionCache.h:36
AccountRestrictionBaseSets BaseSets
Definition: AccountRestrictionCacheTypes.h:82
Decorator that synchronizes access to a cache.
Definition: SynchronizedCache.h:202
NetworkIdentifier
Possible network identifiers.
Definition: NetworkInfo.h:45
Definition: BasicCache.h:32
Cache configuration.
Definition: CacheConfiguration.h:37
AccountRestrictionCache(const CacheConfiguration &config, model::NetworkIdentifier networkIdentifier)
Creates a cache around config and networkIdentifier.
Definition: AccountRestrictionCache.h:42
BasicCache< AccountRestrictionCacheDescriptor, AccountRestrictionCacheTypes::BaseSets, model::NetworkIdentifier > BasicAccountRestrictionCache
Cache composed of account restriction information.
Definition: AccountRestrictionCache.h:33
Definition: AddressExtractionExtension.cpp:28