# GrapeCity.CalcEngine.CacheOptions

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_CalcEngine_CacheOptions" data-uid="GrapeCity.CalcEngine.CacheOptions" class="text-break">CacheOptions Enum
</h1>
  <div class="markdown level0 summary"><p>Defines the details of how caching is processed.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.CalcEngine.html">GrapeCity.CalcEngine</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.CalcEngine.dll</h6>
  <h5 id="GrapeCity_CalcEngine_CacheOptions_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Flags]
public enum CacheOptions</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;Flags&gt;
Public Enum CacheOptions</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="GrapeCity_CalcEngine_CacheOptions_Aggressive">Aggressive</td>
        <td><p>Caching should be used as much as possible. Cached data will have a long life in memory.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_CalcEngine_CacheOptions_None">None</td>
        <td><p>No caching used.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_CalcEngine_CacheOptions_On">On</td>
        <td><p>The caching should be used. Cached data will have short life in memory. This is default option.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
