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.
是否可以将 rails 片段缓存配置为 file_store 并让 Rails.cache 对象使用内存存储来存储值?或者它们到底是相同的存储机制?
据我所知,如果没有猴子补丁,他们将不得不共享同一个缓存存储。
我认为可以对东西进行修补,让它寻找在其他地方使用的商店,然后让两者分开工作,但这听起来有点像一场噩梦。