Is there a reliable to way to check if a particular asset was loaded from cache or from the network?
The only way I found so far is to set a threshold like 10ms and check the loading duration, however it seems that it might not be always accurate.
UPDATE
I need to do that for monitoring/debugging purposes and possible optimizations depending on what I see in the metrics