Method: Condenser::Cache::NullStore#clear

Defined in:
lib/condenser/cache/null_store.rb

#clear(options = nil) ⇒ Object

Public: Simulate clearing the cache

Returns true



33
34
35
# File 'lib/condenser/cache/null_store.rb', line 33

def clear(options=nil)
  true
end