class Sass::CacheStores::Memory

def initialize

Create a new, empty cache store.
def initialize
  @contents = {}
end