Trait freqache::Entry[][src]

pub trait Entry: Clone {
    fn weight() -> u64;
}

An LFUCache entry

Required methods

Loading content...

Implementors

Loading content...