destroy method
void
destroy()
Implementation
void destroy() {
print("Statistics for TileBasedLabelStore: ${_cache.storage.toString()}");
_cache.clear();
}
void destroy() {
print("Statistics for TileBasedLabelStore: ${_cache.storage.toString()}");
_cache.clear();
}