method
delete
v7.1.3.4 -
Show latest stable
- Class:
ActiveSupport::Cache::Store
delete(name, options = nil)public
Deletes an entry in the cache. Returns true if an entry is deleted and false otherwise.
Options are passed to the underlying cache implementation.