class Hanami::View::Cache

Shared cache for views.

@api public @since 2.1.0

Public Class Methods

clear() click to toggle source

Clears the view cache.

@api public @since 2.1.0

# File lib/hanami/view/cache.rb, line 18
def self.clear
  cache.clear
end