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