class Sprockets::Cache::NullStore

def clear(options=nil)

Returns true

Public: Simulate clearing the cache
def clear(options=nil)
  true
end