class Sass::CacheStores::Memory

def reset!

Destructively clear the cache.
def reset!
  @contents = {}
end