Class: ActiveSupport::Cache::DatabaseStore
- Inherits:
-
Store
- Object
- Store
- ActiveSupport::Cache::DatabaseStore
- 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( = nil) Store.delete_all end |