Method: Whisper::Model::URI#clear_cache

Defined in:
lib/whisper/model/uri.rb

#clear_cacheObject



19
20
21
22
# File 'lib/whisper/model/uri.rb', line 19

def clear_cache
  path = cache_path
  path.delete if path.exist?
end