steamcache icon indicating copy to clipboard operation
steamcache copied to clipboard

Purging Specific cache

Open TestCandidate opened this issue 8 years ago • 2 comments

I couldn't make sense of the cached files.

Is there a way to purge cache for a specific game or a specific server / gaming platform?

TestCandidate avatar Jun 23 '17 20:06 TestCandidate

Not possible at the moment because the cache is shared. You could purge individual URLs but that's not particularly useful.

Alternatively, you could change the code to make a separate cache per platform. proxy_cache_path will define a cache and some other directive will choose which cache to use (I forget).

kixelated avatar Jun 23 '17 22:06 kixelated

Yes i suppose dividing each platform to save in a seperate folder is a way to go.

Just out of curiosity, how can u purge a specific uri? Maybe i can track some urls for a specific patch or game then i can write a script to purge anything similar

TestCandidate avatar Jun 24 '17 07:06 TestCandidate