MemoryStoreHashMapPages
A special type of Pages object whose pages contain key-value pairs from a MemoryStoreHashMap.
This class is not replicated. Its interface does not cross the network boundary.
This class is not creatable. Instances of this class cannot be created with Instance.new.
Memory category | Instances |
---|
Member index 0
Description
A special type of Pages object whose pages contain key-value pairs from a MemoryStoreHashMap. Pages:GetCurrentPage() can be used to retrieve an array of tables, each containing a key and value; these reflect the key-value pair data.