Skip to Content Skip to Search
Methods
B
N

Class Public methods

new(watcher:)

# File actionview/lib/action_view/cache_expiry.rb, line 6
def initialize(watcher:)
  @cache_expiry = CacheExpiry.new(watcher: watcher)
end

Instance Public methods

before(target)

# File actionview/lib/action_view/cache_expiry.rb, line 10
def before(target)
  @cache_expiry.clear_cache_if_necessary
end