Trait ProvideCache
Other items insp_blockchain
pub trait ProvideCache<Block: BlockT> { fn cache(&self) -> Option<Arc<dyn Cache<Block>>>; }
Provides access to the optional cache.
fn cache(&self) -> Option<Arc<dyn Cache<Block>>>
Returns data cache reference, if it is enabled on this backend.