addXML(key, url, data)
Add a new xml object into the cache.
Parameters
Name Type Description key string The key that this asset will be stored in the cache under. This should be unique within this cache. url string The URL the asset was loaded from. If the asset was not loaded externally set to null. data object Extra text data.
Source code: loader/Cache.js (Line 517)