Method: ActiveSupport::Cache::Strategy::LocalCache::LocalStore#write_entry
- Defined in:
- lib/active_support/cache/strategy/local_cache.rb
#write_entry(key, value, options) ⇒ Object
32 33 34 35 |
# File 'lib/active_support/cache/strategy/local_cache.rb', line 32 def write_entry(key, value, ) @data[key] = value true end |