method
clear
v2.2.1 -
Show latest stable
- Class:
ActiveSupport::Cache::MemoryStore
clear()public
No documentation available.
# File activesupport/lib/active_support/cache/memory_store.rb, line 47
def clear
@data.clear
end