method
clear
rails 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