CatapultServer
v0.5.0.1 (Elephant)
|
Policy for saving and loading hash lock info cache data. More...
Additional Inherited Members | |
Public Types inherited from catapult::cache::CacheStorageFromDescriptor< HashLockInfoCacheDescriptor > | |
using | SourceType = typename HashLockInfoCacheDescriptor ::CacheViewType |
Cache view type. More... | |
using | DestinationType = typename HashLockInfoCacheDescriptor ::CacheDeltaType |
Cache delta type. More... | |
using | KeyType = typename HashLockInfoCacheDescriptor ::KeyType |
Cache key type. More... | |
using | ValueType = typename HashLockInfoCacheDescriptor ::ValueType |
Cache value type. More... | |
Static Public Member Functions inherited from catapult::cache::CacheStorageForBasicInsertRemoveCache< HashLockInfoCacheDescriptor > | |
static void | LoadInto (const typename HashLockInfoCacheDescriptor ::ValueType &value, typename HashLockInfoCacheDescriptor ::CacheDeltaType &cacheDelta) |
Loads value into cacheDelta. More... | |
static void | Purge (const typename HashLockInfoCacheDescriptor ::ValueType &value, typename HashLockInfoCacheDescriptor ::CacheDeltaType &cacheDelta) |
Purges value from cacheDelta. More... | |
Static Public Member Functions inherited from catapult::state::LockInfoSerializer< HashLockInfo, HashLockInfoExtendedDataSerializer > | |
static void | Save (const HashLockInfo &lockInfo, io::OutputStream &output) |
Saves lockInfo to output. More... | |
static HashLockInfo | Load (io::InputStream &input) |
Loads a single value from input. More... | |
Static Public Attributes inherited from catapult::state::HashLockInfoSerializer | |
static constexpr uint16_t | State_Version = 1 |
Serialized state version. More... | |
Policy for saving and loading hash lock info cache data.