nodeMatchingCache property

Cache<MatchingCacheKey, List<Renderinstruction>> nodeMatchingCache
latefinal

LRU cache for node (POI) rendering instruction matches.

Implementation

late final Cache<MatchingCacheKey, List<Renderinstruction>> nodeMatchingCache;