Wave
  • 👋Introduction
  • 🌊Getting Started
  • đŸ’ģFunctions
    • 🎮Console
    • 🌎Environment
    • 📂File System
    • đŸĒHooking
    • đŸ–ąī¸Input
    • 💡Miscellaneous
    • đŸ“ŗNetwork
    • đŸĒžReflection
    • đŸ•šī¸Script
    • 📊Table
    • đŸ“ļSignal
  • 📚Libraries
    • 👨‍🎤Actors
    • đŸ—ƒī¸Cache
    • 👾Crypt
    • 🐞Debug
    • đŸ–ī¸Drawing
    • đŸ–Ĩī¸ImGui
    • 📎WebSocket
  • âœī¸Changelogs
  • 📃Credits
Powered by GitBook
On this page
  • Clone Reference
  • Compare Instances
  • Invalidate
  • Is Cached
  • Replace
  1. Libraries

Cache

Clone Reference

<Instance> cloneref(<Instance.X>)
  • Pushes Instance.X in a new cache.


Compare Instances

<bool> compareinstances(<Instance.X>, <Instance.Y>)
  • Compares instances internally.


Invalidate

<void> cache.invalidate(<Instance>)
  • Invalidates Instance in the cache within registry.


Is Cached

<bool> cache.iscached(<Instance>)
  • Returns if Instance is currently cached in the cache within registry.


Replace

<void> cache.replace(<Instance.X>, <Instance.Y>)
  • Replaces Instance.X with Instance.Y in the cache within registry.


PreviousActorsNextCrypt

Last updated 5 months ago

📚
đŸ—ƒī¸