Trait sp_blockchain::ProvideCache [−][src]
Provides access to the optional cache.
Required methods
fn cache(&self) -> Option<Arc<dyn Cache<Block>>>
[src]
Returns data cache reference, if it is enabled on this backend.