> ## 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 cache المخزن مؤقتا للـ Instance المحددة.
    </Card>

    <Card title="cache.iscached" href="./cache-iscached">
      يعيد ما إذا كانت Instance المحددة لديها إدخال غير nil في 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">
      يدفع مرجع Instance جديدا لنفس مؤشر Instance الداخلي ويعيده.
    </Card>

    <Card title="compareinstances" href="./compareinstances">
      يقارن قيم مؤشر Instance الداخلية المخزنة في قيمتي Instance object.
    </Card>
  </CardGroup>
</div>
