roblox
Missing API Documentation
This API Class does not have any or complete API documentation. Please add API documentation if possible.

The MemoryStoreHashMap class inherits from Instance.

Methods

GetAsync(key: string): Variant

  • YieldsThis function can yield the script it is used in.
Parameters
NameType
keystring
  • Thread safety: unsafe

ListItemsAsync(count: int): MemoryStoreHashMapPages

  • YieldsThis function can yield the script it is used in.
Parameters
NameType
countint
  • Thread safety: unsafe

RemoveAsync(key: string): null

  • YieldsThis function can yield the script it is used in.
Parameters
NameType
keystring
  • Thread safety: unsafe

SetAsync(key: string, value: Variant, expiration: int64): bool

  • YieldsThis function can yield the script it is used in.
Parameters
NameType
keystring
valueVariant
expirationint64
  • Thread safety: unsafe

UpdateAsync(key: string, transformFunction: Function, expiration: int64): Variant

  • YieldsThis function can yield the script it is used in.
Parameters
NameType
keystring
transformFunctionFunction
expirationint64
  • Thread safety: unsafe

External links