Search code examples
ruby-on-railscachingactivesupport

SynchronizedMemoryStore has been deprecated?


Rails is telling me:

DEPRECATION WARNING: ActiveSupport::Cache::SynchronizedMemoryStore has been deprecated in favor of ActiveSupport::Cache::MemoryStore

Googling SynchronizedMemoryStore deprecated finds no discussion or documentation. I'm guessing that ActiveSupport::Cache::MemoryStore is now thread safe, but it's a little odd to find zero mention of it anywhere.

Anyone know what the deal is?


Solution

  • Here's a discussion you might have been looking for: