Aliases: sass_file_cache
Keywords:
### ** Examples ## Not run: ##D # Create a cache with the default settings ##D cache <- sass_file_cache(sass_cache_context_dir()) ##D ##D # Clear the cache ##D cache$reset() ## End(Not run)