| Parameter | Description |
|---|---|
| url | The filename of the AssetBundle. Domain and path information are stripped from this string automatically. |
| version | The version number of the AssetBundle to mark as recently used. |
bool True if the specified AssetBundle version is in the cache. Otherwise, false.
Bumps the timestamp of a cached file to be the current time.
This allows you to keep files in the cache even if you are not explicitly loading them. Returns true if the url is cached.
| Parameter | Description |
|---|---|
| url | The filename of the AssetBundle. Domain and path information are stripped from this string automatically. |
| hash | The version hash of the AssetBundle to mark as recently used. |
bool True if the specified AssetBundle version is in the cache. Otherwise, false.
Bumps the timestamp of a cached file to be the current time.
This allows you to keep files in the cache even if you are not explicitly loading them.
| Parameter | Description |
|---|---|
| cachedBundle | A CachedAssetBundle struct that pairs the AssetBundle name with the version hash to mark as recently used. |
bool True if the specified AssetBundle version is in the cache. Otherwise, false.
Bumps the timestamp of a cached file to be the current time.
This allows you to keep files in the cache even if you are not explicitly loading them.