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