storeMapItems method
Stores a list of MapElements against a tile.
@param tile tile on which the mapItems reside. @param mapItems the map elements.
Implementation
void storeMapItems(Tile tile, List<RenderInfo<Shape>> renderInfos) {
_cache.set(tile, renderInfos);
++this.version;
}