type TypelessSharingCache = SharingCacheBase<StyleSharingCandidate<usize>>;Aliased Type§
struct TypelessSharingCache {
dom_depth: usize,
entries: LRUCache<StyleSharingCandidate<usize>, 32>,
}Fields§
§dom_depth: usizeThe DOM depth of the candidates in this cache, if any.
entries: LRUCache<StyleSharingCandidate<usize>, 32>