class ActiveSupport::Cache::MemoryStore
def synchronize(&block) # :nodoc:
is not thread safe.
Synchronize calls to the cache. This should be called wherever the underlying cache implementation
def synchronize(&block) # :nodoc: @monitor.synchronize(&block) end