# File lib/sass/cache_stores/chain.rb, line 18
      def store(key, sha, obj)
        @caches.each {|c| c.store(key, sha, obj)}
      end