Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个设置,我们在其中卷曲我们的一个 solr 服务器并使用 http 标头 Cache-Control 来缓存结果。
我们正在设置一个将进行相同调用的新服务器,有没有办法从旧服务器移动缓存并将其复制到新服务器?在linux上默认存储在哪里?
基于我们在上述评论中的讨论。您当前似乎没有可操作的缓存。PHP cURL 没有任何内置的缓存机制,如果需要,您需要实现自己的缓存机制。