Class: LHC::CacheScrubber

Inherits:
Scrubber show all
Defined in:
lib/lhc/scrubbers/cache_scrubber.rb

Constant Summary

Constants inherited from Scrubber

Scrubber::SCRUB_DISPLAY

Instance Attribute Summary

Attributes inherited from Scrubber

#scrubbed

Instance Method Summary collapse

Constructor Details

#initialize(data) ⇒ CacheScrubber

Returns a new instance of CacheScrubber.



4
5
6
7
# File 'lib/lhc/scrubbers/cache_scrubber.rb', line 4

def initialize(data)
  super(data)
  scrub_cache_options!
end