Cache
cache.iscached
يعيد ما إذا كانت Instance المحددة لديها إدخال غير nil في Instance cache.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
يعيد ما إذا كانت Instance المحددة لديها إدخال غير nil في Instance cache.
cache.iscached(instance: Instance): boolean
local Players = game:GetService("Players")
local cached = cache.iscached(Players)
print(cached)
cache.invalidate(Players)
print(cache.iscached(Players))