Trait concread::arcache::stats::ARCacheReadStat

source ·
pub trait ARCacheReadStat {
    // Provided methods
    fn cache_read(&mut self) { ... }
    fn cache_local_hit(&mut self) { ... }
    fn cache_main_hit(&mut self) { ... }
    fn include(&mut self) { ... }
    fn failed_include(&mut self) { ... }
    fn local_include(&mut self) { ... }
}
Expand description

Read statistics for ARCache

Provided Methods§

source

fn cache_read(&mut self)

_

source

fn cache_local_hit(&mut self)

_

source

fn cache_main_hit(&mut self)

_

source

fn include(&mut self)

_

source

fn failed_include(&mut self)

_

source

fn local_include(&mut self)

_

Implementations on Foreign Types§

source§

impl ARCacheReadStat for ()

Implementors§