method

write_entry

write_entry(key, value, options)
public

No documentation available.

# File activesupport/lib/active_support/cache/strategy/local_cache.rb, line 32
          def write_entry(key, value, options)
            @data[key] = value
            true
          end