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