Function ResourceLoaderSingleton.hasCached
Returns whether a cached resource is available for the given path
.
Once a resource has been loaded by the engine, it is cached in memory for faster access, and future calls to the load
or loadInteractive
methods will use the cached version. The cached resource can be overridden by using Resource
on a new resource for that same path.