:GetCached

Retrieves data instantly from the client's local cache for a realKey that has been previously received via :Request() or :Listen().

This function is synchronous and does not yield or perform any network requests, making it the most performant way to access data you know the client already has.


DataReplicator:GetCached(realKey: string)


  • realKey: string

    The original data key.

Last updated