Cache
cache.invalidate
Supprime l’entree de registre Instance cache mise en cache pour l’Instance donnee.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Supprime l’entree de registre Instance cache mise en cache pour l’Instance donnee.
cache.invalidate(instance: Instance)
local Players = game:GetService("Players")
cache.invalidate(Players)
print(cache.iscached(Players))