Class: ActiveSupport::Cache::DatabaseStore

Inherits:
Store
  • Object
show all
Defined in:
lib/active_support/cache/database_store.rb

Defined Under Namespace

Classes: Store

Instance Method Summary collapse

Instance Method Details

#clear(options = nil) ⇒ Object



8
9
10
# File 'lib/active_support/cache/database_store.rb', line 8

def clear(options = nil)
  Store.delete_all
end