Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Removes the cached Instance entry for the given Instance.
cache.invalidate(instance: Instance)
instance
Instance
local Players = game:GetService("Players") cache.invalidate(Players) print(cache.iscached(Players))