method
clear
v3.2.8 -
Show latest stable
- Class:
ActiveSupport::Cache::Strategy::LocalCache::LocalStore
clear(options = nil)public
No documentation available.
# File activesupport/lib/active_support/cache/strategy/local_cache.rb, line 24
def clear(options = nil)
@data.clear
end