method

write_entry

write_entry(key, entry, options)
protected

No documentation available.

# File activesupport/lib/active_support/cache/null_store.rb, line 35
        def write_entry(key, entry, options) # :nodoc:
          true
        end