= private = protected
clear(options = nil)
Delete all data stored in a given cache store.
# File activesupport/lib/active_support/cache/memory_store.rb, line 63 def clear(options = nil) synchronize do @data.clear @cache_size = 0 end end