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

> 참조 캐싱 및 인스턴스 비교.

<div className="real-category-page">
  참조 캐싱 및 인스턴스 비교.

  ## 사용 가능한 함수

  <CardGroup cols={2}>
    <Card title="cache.invalidate" href="./cache-invalidate">
      지정한 Instance의 캐시된 Instance cache 항목을 제거합니다.
    </Card>

    <Card title="cache.iscached" href="./cache-iscached">
      지정한 Instance가 Instance cache에 non-nil 항목을 가지고 있는지 반환합니다.
    </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">
      같은 내부 Instance 포인터에 대한 새 Instance 참조를 push하고 반환합니다.
    </Card>

    <Card title="compareinstances" href="./compareinstances">
      두 Instance object 값에 저장된 내부 Instance 포인터 값을 비교합니다.
    </Card>
  </CardGroup>
</div>
