# File lib/sass/cache_stores/memory.rb, line 37
      def store(key, sha, obj)
        @contents[key] = {:sha => sha, :obj => obj}
      end