Skip to main content

TypelessSharingCache

Type Alias TypelessSharingCache 

Source
type TypelessSharingCache = SharingCacheBase<StyleSharingCandidate<usize>>;

Aliased Type§

struct TypelessSharingCache {
    dom_depth: usize,
    entries: LRUCache<StyleSharingCandidate<usize>, 32>,
}

Fields§

§dom_depth: usize

The DOM depth of the candidates in this cache, if any.

§entries: LRUCache<StyleSharingCandidate<usize>, 32>