CatapultServer  v0.5.0.1 (Elephant)
catapult::cache::AccountRestrictionCacheStorage Struct Reference

Policy for saving and loading account restriction cache data. More...

Inheritance diagram for catapult::cache::AccountRestrictionCacheStorage:
Collaboration diagram for catapult::cache::AccountRestrictionCacheStorage:

Additional Inherited Members

- Public Types inherited from catapult::cache::CacheStorageFromDescriptor< AccountRestrictionCacheDescriptor >
using SourceType = typename AccountRestrictionCacheDescriptor ::CacheViewType
 Cache view type. More...
 
using DestinationType = typename AccountRestrictionCacheDescriptor ::CacheDeltaType
 Cache delta type. More...
 
using KeyType = typename AccountRestrictionCacheDescriptor ::KeyType
 Cache key type. More...
 
using ValueType = typename AccountRestrictionCacheDescriptor ::ValueType
 Cache value type. More...
 
- Static Public Member Functions inherited from catapult::cache::CacheStorageForBasicInsertRemoveCache< AccountRestrictionCacheDescriptor >
static void LoadInto (const typename AccountRestrictionCacheDescriptor ::ValueType &value, typename AccountRestrictionCacheDescriptor ::CacheDeltaType &cacheDelta)
 Loads value into cacheDelta. More...
 
static void Purge (const typename AccountRestrictionCacheDescriptor ::ValueType &value, typename AccountRestrictionCacheDescriptor ::CacheDeltaType &cacheDelta)
 Purges value from cacheDelta. More...
 
- Static Public Member Functions inherited from catapult::state::AccountRestrictionsSerializer
static void Save (const AccountRestrictions &restrictions, io::OutputStream &output)
 Saves restrictions to output. More...
 
static AccountRestrictions Load (io::InputStream &input)
 Loads a single value from input. More...
 
- Static Public Attributes inherited from catapult::state::AccountRestrictionsSerializer
static constexpr uint16_t State_Version = 1
 Serialized state version. More...
 

Detailed Description

Policy for saving and loading account restriction cache data.


The documentation for this struct was generated from the following file: