tileUnload

The event fired to indicate that a tile's content was unloaded.

voxelPrimitive.tileUnload.addEventListener(function() {
    console.log('A tile was unloaded from the cache.');
});

See also