removeCanvas(key) Removes a canvas from the cache. Note that this only removes it from the Phaser.Cache. If you still have references
checkBitmapFontKey(key) → {boolean} Checks if the given key exists in the BitmapFont Cache.
checkPhysicsKey(key) → {boolean} Checks if the given key exists in the Physics Cache.
getTextureFrame(key) → {Phaser.Frame}
removePhysics(key) Removes a physics data file from the cache. Note that this only removes it from the Phaser.Cache. If you still
addXML(key, url, data) Add a new xml object into the cache. Parameters
checkJSONKey(key) → {boolean} Checks if the given key exists in the JSON Cache. Parameters
decodedSound(key, data) Add a new decoded sound. Parameters Name
getKeys(cache) → {Array} Gets all keys used in the requested Cache
isSoundReady(key) → {boolean} Check if the given sound is ready for playback.A sound is considered
Page 10 of 11