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

Describes a namespace cache. More...

Public Types

using KeyType = NamespaceId
 
using ValueType = state::RootNamespaceHistory
 
using CacheType = NamespaceCache
 
using CacheDeltaType = NamespaceCacheDelta
 
using CacheViewType = NamespaceCacheView
 
using Serializer = RootNamespaceHistoryPrimarySerializer
 
using PatriciaTree = NamespacePatriciaTree
 

Static Public Member Functions

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

Static Public Attributes

static constexpr auto Name = "NamespaceCache"
 

Detailed Description

Describes a namespace cache.

Member Typedef Documentation

◆ CacheDeltaType

◆ CacheType

◆ CacheViewType

◆ KeyType

◆ PatriciaTree

◆ Serializer

◆ ValueType

Member Function Documentation

◆ GetKeyFromValue()

static auto catapult::cache::NamespaceCacheDescriptor::GetKeyFromValue ( const ValueType history)
inlinestatic

Gets the key corresponding to history.

Here is the call graph for this function:

Member Data Documentation

◆ Name

constexpr auto catapult::cache::NamespaceCacheDescriptor::Name = "NamespaceCache"
staticconstexpr

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