The Cache Remove Event.
This event is dispatched by any Cache that extends the BaseCache each time an object is removed from it.
name | type | description |
---|---|---|
cache | Phaser.Cache.BaseCache |
The cache from which the object was removed. |
key | string |
The key of the object removed from the cache. |
object | * |
A reference to the object that was removed from the cache. |