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
ListItemsAsync(count: int): MemoryStoreHashMapPages
| Name | Type |
|---|---|
| count | int |
- Thread safety: unsafe
SetAsync(key: string, value: Variant, expiration: int64): bool
| Name | Type |
|---|---|
| key | string |
| value | Variant |
| expiration | int64 |
- Thread safety: unsafe
UpdateAsync(key: string, transformFunction: Function, expiration: int64): Variant
| Name | Type |
|---|---|
| key | string |
| transformFunction | Function |
| expiration | int64 |
- Thread safety: unsafe