Roblox API Reference

MemoryStoreHashMap On DevHub

Summary

This class is not creatable. An object of this class cannot be created with Instance.new.
This item is not replicated. Its interface does not cross the network boundary.

Tags: [NotCreatable, NotReplicated]

Inherits (1)

Member index (5)

Type Member History
Variant GetAsync (string key)
MemoryStoreHashMapPages ListItemsAsync (int count) 605
null RemoveAsync (string key)
bool SetAsync (string key, Variant value, int64 expiration)
Variant UpdateAsync (string key, Function transformFunction, int64 expiration)
57 members inherited from Instance

History

Members

GetAsync On DevHub

This function yields. It will block the calling thread until completion.
Name Type Default
key string none

Tags: [Yields]

ListItemsAsync On DevHub

This function yields. It will block the calling thread until completion.
Name Type Default
count int none

History

Tags: [Yields]

RemoveAsync On DevHub

This function yields. It will block the calling thread until completion.
Name Type Default
key string none

Tags: [Yields]

SetAsync On DevHub

This function yields. It will block the calling thread until completion.
Name Type Default
key string none
value Variant none
expiration int64 none

Tags: [Yields]

UpdateAsync On DevHub

This function yields. It will block the calling thread until completion.
Name Type Default
key string none
transformFunction Function none
expiration int64 none

Tags: [Yields]

Relevant classes (1)

Relevant members (1)