Where is the cache path?

There is a splash movie, it’s very big, so I need to play the resources in the cache first, then update it, and I can play the new animation the next time I start. I want be able to get the cached resource with AssetBundle.LoadFromFileAsync() and then update it with Addressables.DownloadDependencies(). Does this method work?

My best guess,

List<string> cachePaths = new List<string>();
Caching.GetAllCachePaths(cachePaths);
cachePaths[0]; # Here it is.