Method: ActiveSupport::Cache::Strategy::LocalCache::LocalStore#write_entry

Defined in:
lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/activesupport-7.0.4/lib/active_support/cache/strategy/local_cache.rb

#write_entry(key, entry) ⇒ Object



48
49
50
51
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/activesupport-7.0.4/lib/active_support/cache/strategy/local_cache.rb', line 48

def write_entry(key, entry)
  @data[key] = entry
  true
end