module Rails::DevCaching

def delete_cache_file

def delete_cache_file
  File.delete FILE
end