Class: Hanami::View::Cache
- Extended by:
- Dry::Core::Cache
- Defined in:
- lib/hanami/view/cache.rb
Overview
Shared cache for views.
Class Method Summary collapse
-
.clear ⇒ Object
Clears the view cache.
Class Method Details
.clear ⇒ Object
Clears the view cache.
18 19 20 |
# File 'lib/hanami/view/cache.rb', line 18 def self.clear cache.clear end |