Trait freqache::Entry[][src]

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

An LFUCache entry

Required methods

fn weight(&self) -> u64[src]

The weight of this item in the cache. This value must be stable over the lifetime of the item.

Loading content...

Implementors

Loading content...