public override Neo.IO.Caching.MetaDataCache <HashIndexState> GetBlockHashIndex() => blockHashIndex.GetCache();
public override Neo.IO.Caching.MetaDataCache <HashIndexState> GetHeaderHashIndex() => headerHashIndex.GetCache();
public override Neo.IO.Caching.MetaDataCache <ValidatorsCountState> GetValidatorsCount() => validatorsCount.GetCache();