CatapultServer
v0.5.0.1 (Elephant)
|
Policy for saving and loading account state data.
Definition: AccountStateSerializer.h:41
static void LoadInto(const ValueType &accountState, DestinationType &cacheDelta)
Loads accountState into cacheDelta.
Definition: AccountStateCacheStorage.cpp:26
typename AccountStateCacheDescriptor ::CacheDeltaType DestinationType
Cache delta type.
Definition: src/catapult/cache/CacheStorageInclude.h:40
Defines types for cache storage given a cache descriptor.
Definition: src/catapult/cache/CacheStorageInclude.h:35
Definition: AddressExtractionExtension.cpp:28
Policy for saving and loading account state cache data.
Definition: AccountStateCacheStorage.h:30
typename AccountStateCacheDescriptor ::ValueType ValueType
Cache value type.
Definition: src/catapult/cache/CacheStorageInclude.h:46
static void Purge(const ValueType &accountState, DestinationType &cacheDelta)
Purges accountState from cacheDelta.
Definition: AccountStateCacheStorage.cpp:30