Cache
cache.invalidate
Remove a entrada de registro Instance cache em cache da Instance informada.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Remove a entrada de registro Instance cache em cache da Instance informada.
cache.invalidate(instance: Instance)
local Players = game:GetService("Players")
cache.invalidate(Players)
print(cache.iscached(Players))