module ActiveSupport::Cache::Strategy::LocalCache

def bypass_local_cache

def bypass_local_cache
  use_temporary_local_cache(nil) { yield }
end