method

write_entry

write_entry(key, entry, options)
private

No documentation available.

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