sass_cache_get_dir | R Documentation |
Get and set the cache object registered for a specific directory
sass_cache_get_dir(dir, create = FALSE)
sass_cache_set_dir(dir, cache)
dir |
A directory. An error will be thrown if the directory does not exist. |
create |
If |
cache |
A |
If sass_cache_get_dir()
is called for a given directory, before
sass_cache_set_dir()
has been called for that directory, then it will
return NULL
.
After sass_cache_set_dir()
is called for a directory, any future calls to
sass_cache_get_dir()
with that directory will return that specific cache
object. This can be useful if you customize parameters for the cache object,
like maximum size or age.
sass_cache_get()
, sass_file_cache()
, sass()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.