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