class Sass::CacheStores::Base
def store(key, sha, root)
-
obj
(Object
) -- The object to cache. -
sha
(String
) -- The checksum for the contents that are being stored. -
key
(String
) -- The key to store it under.
def store(key, sha, root) _store(key, Sass::VERSION, sha, Marshal.dump(root)) rescue TypeError, LoadError => e Sass::Util.sass_warn "Warning. Error encountered while saving cache #{path_to(key)}: #{e}" end