Parent

Class/Module Index [+]

Quicksearch

Ramaze::Cache

Public Class Methods

clear_after_reload() click to toggle source

Clears the cache after a file has been reloaded.

@author Michael Fellinger @since 17-07-2009

# File lib/ramaze/cache.rb, line 22
def self.clear_after_reload
  action.clear if respond_to?(:action)
  action_value.clear if respond_to?(:action_value)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.