method
clear

v3.0.9 -
Show latest stable
-
0 notes -
Class: ActiveSupport::Cache::Strategy::LocalCache::LocalStore
clear(options = nil)
public
Hide source
# File activesupport/lib/active_support/cache/strategy/local_cache.rb, line 24 def clear(options = nil) @data.clear end