method
write
v3.0.9 -
Show latest stable
- Class:
ActiveSupport::Cache::Store
write(name, value, options = nil)public
Writes the value to the cache, with the key.
Options are passed to the underlying cache implementation.
write(name, value, options = nil)Writes the value to the cache, with the key.
Options are passed to the underlying cache implementation.