I have a setup where we curl one of our solr servers and use the http header Cache-Control to cache the results.
We're setting up a new server that will be making the same calls, is there a way to move the cache from the old server and copy it over to the new server? Where would that be stored by default on linux?