Cache
cache.invalidate
Verilen Instance icin cachelenen Instance cache girdisini kaldirir.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Verilen Instance icin cachelenen Instance cache girdisini kaldirir.
cache.invalidate(instance: Instance)
local Players = game:GetService("Players")
cache.invalidate(Players)
print(cache.iscached(Players))