Method: Jekyll::StaticFile.reset_cache

Defined in:
lib/jekyll/static_file.rb

.reset_cacheObject

Reset the mtimes cache (for testing purposes).

Returns nothing.



68
69
70
71
72
# File 'lib/jekyll/static_file.rb', line 68

def self.reset_cache
  @@mtimes = Hash.new

  nil
end