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.
移除给定 Instance 的已缓存 Instance cache 条目。
cache.invalidate(instance: Instance)
local Players = game:GetService("Players") cache.invalidate(Players) print(cache.iscached(Players))