Parent

Class Index [+]

Quicksearch

Ramaze::Cache

:nodoc:


:nodoc:

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
22:     def self.clear_after_reload
23:       action.clear if respond_to?(:action)
24:       action_value.clear if respond_to?(:action_value)
25:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.