Asset bundles caching.IsversionCached() always returns false

I would like to know when a bundle downloaded using www.loadfromcacheordownload() has been cached or no.

I am trying do do that by using Caching.IsversionCached(), however this always returns false.

Is this the correct way of doing it? Or is there any other way?

Thanks

I have it working in version 5.4.x

But I had the same problem. Eventually I found out that I was not testing with the FINAL URL that is actually being bundled. There is much concatenation going on to the final URL with all the versions and worldID. I would recheck that the URL you are feeding the function is the complete and final one indeed.

Context we need it to start loading stuff in the background for things we might need in the future. But we dont want to load it from cache.