type TypelessSharingCache = SharingCacheBase<FakeCandidate>;

Aliased Type§

struct TypelessSharingCache {
    entries: LRUCache<FakeCandidate, 32>,
}

Fields§

§entries: LRUCache<FakeCandidate, 32>

Implementations§

source§

impl<Candidate> SharingCacheBase<Candidate>

source

fn clear(&mut self)

source

fn is_empty(&self) -> bool

Trait Implementations§

source§

impl<Candidate> Default for SharingCacheBase<Candidate>

source§

fn default() -> Self

Returns the “default value” for a type. Read more