# File lib/FileCache.rb, line 117 def purge_native_file_from_cache(native_file) Dir.glob(cache_name_for_native_file(native_file,'*')).each do |filename| RipXploreLog.log "purging local #{filename}" File.delete(filename) end end