CatapultServer
v0.5.0.1 (Elephant)
|
Go to the documentation of this file.
26 namespace catapult {
namespace cache {
29 BlockDifficultyCacheDescriptor,
30 BlockDifficultyCacheTypes::BaseSets,
#define DEFINE_CACHE_CONSTANTS(NAME)
Defines cache constants for a cache with NAME.
Definition: CacheConstants.h:42
Definition: BlockDifficultyCache.h:35
BasicCache< BlockDifficultyCacheDescriptor, BlockDifficultyCacheTypes::BaseSets, BlockDifficultyCacheTypes::Options > BlockDifficultyBasicCache
Definition: BlockDifficultyCache.h:31
Custom sub view options.
Definition: BlockDifficultyCacheTypes.h:70
Decorator that synchronizes access to a cache.
Definition: SynchronizedCache.h:202
BasicBlockDifficultyCache(uint64_t difficultyHistorySize)
Creates a cache with the specified difficulty history size (difficultyHistorySize).
Definition: BlockDifficultyCache.h:38
BlockDifficultyCache(uint64_t difficultyHistorySize)
Creates a cache with the specified difficulty history size (difficultyHistorySize).
Definition: BlockDifficultyCache.h:51
Definition: BasicCache.h:32
Cache configuration.
Definition: CacheConfiguration.h:37
Definition: BlockDifficultyCacheTypes.h:62
Definition: AddressExtractionExtension.cpp:28
Synchronized cache composed of block difficulty information.
Definition: BlockDifficultyCache.h:45