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

Sub cache view identifier. More...

Public Attributes

std::array< char, 16 > CacheName
 
size_t CacheId
 Cache id. More...
 
SubCacheViewType ViewType
 View type. More...
 

Detailed Description

Sub cache view identifier.

Member Data Documentation

◆ CacheId

size_t catapult::cache::SubCacheViewIdentifier::CacheId

Cache id.

◆ CacheName

std::array<char, 16> catapult::cache::SubCacheViewIdentifier::CacheName

Cache name.

Note
std::array instead of std::string to guarantee string inlining in struct.

◆ ViewType

SubCacheViewType catapult::cache::SubCacheViewIdentifier::ViewType

View type.


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