method
clear
clear()
public
Hide source
# File activesupport/lib/active_support/cache/memory_store.rb, line 33 def clear @data.clear end