method
delete_entry
v6.1.3.1 -
Show latest stable
- Class:
ActiveSupport::Cache::Strategy::LocalCache::LocalStore
delete_entry(key, **options)public
No documentation available.
# File activesupport/lib/active_support/cache/strategy/local_cache.rb, line 73
def delete_entry(key, **options)
[email protected](key)
end