class Sprockets::Cache::MemoryStore

def clear(options=nil)

Returns true

Public: Clear the cache
def clear(options=nil)
  @cache.clear
  true
end