> ## 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

> Cache de referência e comparação de instâncias.

<div className="real-category-page">
  Cache de referência e comparação de instâncias.

  ## Funções disponíveis

  <CardGroup cols={2}>
    <Card title="cache.invalidate" href="./cache-invalidate">
      Remove a entrada de registro Instance cache em cache da Instance informada.
    </Card>

    <Card title="cache.iscached" href="./cache-iscached">
      Retorna se a Instance informada tem uma entrada non-nil no Instance cache.
    </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">
      Envia uma nova referencia Instance para o mesmo ponteiro Instance subjacente e a retorna.
    </Card>

    <Card title="compareinstances" href="./compareinstances">
      Compara os valores internos de ponteiro Instance armazenados em dois valores Instance object.
    </Card>
  </CardGroup>
</div>
