module Sass::CacheStores

Sass cache stores are in charge of storing cached information, especially parse trees for Sass documents.

User-created importers must inherit from {CacheStores::Base}.