nodeMatchingCache property
LRU cache for node (POI) rendering instruction matches.
Implementation
late final Cache<MatchingCacheKey, List<Renderinstruction>> nodeMatchingCache;
LRU cache for node (POI) rendering instruction matches.
late final Cache<MatchingCacheKey, List<Renderinstruction>> nodeMatchingCache;