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

Describes a mosaic cache. More...

Public Types

using KeyType = MosaicId
 
using ValueType = state::MosaicEntry
 
using CacheType = MosaicCache
 
using CacheDeltaType = MosaicCacheDelta
 
using CacheViewType = MosaicCacheView
 
using Serializer = MosaicEntryPrimarySerializer
 
using PatriciaTree = MosaicPatriciaTree
 

Static Public Member Functions

static auto GetKeyFromValue (const ValueType &entry)
 Gets the key corresponding to entry. More...
 

Static Public Attributes

static constexpr auto Name = "MosaicCache"
 

Detailed Description

Describes a mosaic cache.

Member Typedef Documentation

◆ CacheDeltaType

◆ CacheType

◆ CacheViewType

◆ KeyType

◆ PatriciaTree

◆ Serializer

◆ ValueType

Member Function Documentation

◆ GetKeyFromValue()

static auto catapult::cache::MosaicCacheDescriptor::GetKeyFromValue ( const ValueType entry)
inlinestatic

Gets the key corresponding to entry.

Here is the call graph for this function:

Member Data Documentation

◆ Name

constexpr auto catapult::cache::MosaicCacheDescriptor::Name = "MosaicCache"
staticconstexpr

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