Class: Doculab::CacheSweeper

Inherits:
Object
  • Object
show all
Defined in:
app/sweepers/doculab/cache_sweeper.rb

Class Method Summary collapse

Class Method Details

.sweep!Object



4
5
6
# File 'app/sweepers/doculab/cache_sweeper.rb', line 4

def self.sweep!
  File.delete(*cached_file_list)
end