method
clear
rails 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 40
def clear(options = nil)
@data.clear
end