Cache
cache.invalidate
Удаляет кэшированную запись registry Instance cache для указанной Instance.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Удаляет кэшированную запись registry Instance cache для указанной Instance.
cache.invalidate(instance: Instance)
local Players = game:GetService("Players")
cache.invalidate(Players)
print(cache.iscached(Players))