Missing API Documentation
This API Class does not have any or complete API documentation. Please add API documentation if possible.
The MemoryStoreQueue class inherits from Instance.
Methods
AddAsync(value: Variant, expiration: int64, priority: double = 0): null
| Name | Type | Default |
|---|---|---|
| value | Variant | |
| expiration | int64 | |
| priority | double | 0 |
- Thread safety: unsafe
GetSizeAsync(excludeInvisible: bool = false): int
| Name | Type | Default |
|---|---|---|
| excludeInvisible | bool | false |
- Thread safety: unsafe
ReadAsync(count: int, allOrNothing: bool = false, waitTimeout: double = -1): Tuple
| Name | Type | Default |
|---|---|---|
| count | int | |
| allOrNothing | bool | false |
| waitTimeout | double | -1 |
- Thread safety: unsafe