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

|
staticconstexpr |