Right now every tile gets its own function created but you should be able to set it per cache object: ```js const cache = new LRUCache(); cache.unloadCallback = tile => { // ... };
Right now every tile gets its own function created but you should be able to set it per cache object: