method
write_entry
v3.2.1 -
Show latest stable
- Class:
ActiveSupport::Cache::NullStore
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