Memory Category | Instances |
---|
Type | Member | History | |
---|---|---|---|
void | AddAsync (Variant value, int64 expiration, double priority = 0) | 477 487 | |
Tuple | ReadAsync (int count, bool allOrNothing = false, double waitTimeout = -1) | 475 477 481 | |
void | RemoveAsync (string id) | ||
51 members inherited from Instance |
Parameters | 3 |
---|
Name | Type | Default |
---|---|---|
value | Variant | none |
expiration | int64 | none |
priority | double | 0 |
Return Type | void |
---|
Parameters | 3 |
---|
Name | Type | Default |
---|---|---|
count | int | none |
allOrNothing | bool | false |
waitTimeout | double | -1 |
Return Type | Tuple |
---|
Parameters | 1 |
---|
Name | Type | Default |
---|---|---|
id | string | none |
Return Type | void |
---|