|
CatapultServer
v0.5.0.1 (Elephant)
|
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" |
Describes a namespace cache.
|
inlinestatic |
Gets the key corresponding to history.

|
staticconstexpr |