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

> Buforowanie referencyjne i porównywanie instancji.

<div className="real-category-page">
  Buforowanie referencyjne i porównywanie instancji.

  ## Dostępne funkcje

  <CardGroup cols={2}>
    <Card title="cache.invalidate" href="./cache-invalidate">
      Usuwa zapisany w cache wpis registry Instance cache dla podanej Instance.
    </Card>

    <Card title="cache.iscached" href="./cache-iscached">
      Zwraca, czy podana Instance ma wpis non-nil w 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">
      Wypycha nowa referencje Instance dla tego samego bazowego wskaznika Instance i zwraca ja.
    </Card>

    <Card title="compareinstances" href="./compareinstances">
      Porownuje wewnetrzne wartosci wskaznika Instance zapisane w dwoch wartosciach Instance object.
    </Card>
  </CardGroup>
</div>
