EVOLUTION-MANAGER
Edit File: sass_cache_get.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>R: Retrieve the default file cache</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="stylesheet" type="text/css" href="R.css" /> </head><body> <table width="100%" summary="page for sass_cache_get {sass}"><tr><td>sass_cache_get {sass}</td><td style="text-align: right;">R Documentation</td></tr></table> <h2>Retrieve the default file cache</h2> <h3>Description</h3> <p>When caching is enabled, this function returns a <code><a href="sass_file_cache.html">sass_file_cache()</a></code> object that <code><a href="sass.html">sass()</a></code>'s <code>cache</code> argument uses (by default) for caching Sass compilation. When caching is disabled (either by setting the <code>sass.cache</code> option to <code>FALSE</code>, <code>NULL</code>, or via <code><a href="../../shiny/html/devmode.html">shiny::devmode()</a></code>), this function returns <code>NULL</code> (effectively telling <code><a href="sass.html">sass()</a></code> to not <code>cache</code> by default). </p> <h3>Usage</h3> <pre> sass_cache_get() </pre> <h3>Details</h3> <p>When caching is enabled, then this function returns a <code>sass_file_cache()</code> object that (by default) uses <code><a href="sass_cache_context_dir.html">sass_cache_context_dir()</a></code> for its directory. The directory can also be customized by providing the <code>sass.cache</code> option with either a filepath (as a string) or a full-blown <code>sass_file_cache()</code> object. </p> <h3>See Also</h3> <p><code><a href="sass_cache_get_dir.html">sass_cache_get_dir()</a></code>, <code><a href="sass.html">sass()</a></code> </p> <hr /><div style="text-align: center;">[Package <em>sass</em> version 0.4.2 <a href="00Index.html">Index</a>]</div> </body></html>