addBinary(key, binaryData)
Add a binary object in to 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. |
binaryData | object | The binary object to be added to the cache. |
- Source code: loader/Cache.js (Line 424)
Please login to continue.