Trait sc_light::blockchain::ProvideCache [−][src]
Provides access to the optional cache.
Required methods
pub fn cache(&self) -> Option<Arc<dyn Cache<Block> + 'static>>
[src]
Returns data cache reference, if it is enabled on this backend.
Implementations on Foreign Types
impl<Block> ProvideCache<Block> for Blockchain<Block> where
Block: Block,
[src]
Loading content...Block: Block,