poiMatchingCache property

Map<MatchingCacheKey, List<RenderInstruction>> poiMatchingCache
getter/setter pair

Implementation

late Map<MatchingCacheKey, List<RenderInstruction>> poiMatchingCache;