class ActiveSupport::Cache::Strategy::LocalCache::LocalStore

def synchronize # :nodoc:

:nodoc:
Don't allow synchronizing since it isn't thread safe.
def synchronize # :nodoc:
  yield
end