method
clear
v2.2.1 -
Show latest stable
- Class:
ActiveSupport::Cache::SynchronizedMemoryStore
clear()public
No documentation available.
# File activesupport/lib/active_support/cache/synchronized_memory_store.rb, line 42
def clear
@guard.synchronize { super }
end