Delete specific cache files

I am using AssetBundles in my application and I’d like to let the users delete specific files in their cache.

The only way i’ve found to erase cache is by using Caching.CleanCache() but I don’t know if its even possible to manage the different files in cache and delete the ones I want.

Many thanks!

I need such function too. But it doesn’t exists.