> ## Documentation Index
> Fetch the complete documentation index at: https://docs.projectreal.gg/llms.txt
> Use this file to discover all available pages before exploring further.

# Cache

> Referenz-Caching und Instanzvergleich.

<div className="real-category-page">
  Referenz-Caching und Instanzvergleich.

  ## Verfügbare Funktionen

  <CardGroup cols={2}>
    <Card title="cache.invalidate" href="./cache-invalidate">
      Entfernt den zwischengespeicherten Instance cache-Registry-Eintrag fuer die angegebene Instance.
    </Card>

    <Card title="cache.iscached" href="./cache-iscached">
      Gibt zurueck, ob die angegebene Instance einen nicht-nil Eintrag im Instance cache hat.
    </Card>

    <Card title="cache.replace" href="./cache-replace">
      Sets the cached Instance entry for one Instance to another Instance.
    </Card>

    <Card title="cloneref" href="./cloneref">
      Pusht eine neue Instance-Referenz fuer denselben zugrunde liegenden Instance-reference und gibt sie zurueck.
    </Card>

    <Card title="compareinstances" href="./compareinstances">
      Vergleicht die internen Instance-reference-Werte, die in zwei Instance object Werten gespeichert sind.
    </Card>
  </CardGroup>
</div>
