Memory Category | Instances |
---|
Type | Member | History | |
---|---|---|---|
Variant | GetAsync (string key) | ||
Array | GetRangeAsync (SortDirection direction, int count, string exclusiveLowerBound = , string exclusiveUpperBound = ) | ||
void | RemoveAsync (string key) | ||
bool | SetAsync (string key, Variant value, int64 expiration) | 477 487 | |
Variant | UpdateAsync (string key, Function transformFunction, int64 expiration) | 477 477 487 | |
51 members inherited from Instance |
Parameters | 1 |
---|
Name | Type | Default |
---|---|---|
key | string | none |
Return Type | Variant |
---|
Parameters | 4 |
---|
Name | Type | Default |
---|---|---|
direction | SortDirection | none |
count | int | none |
exclusiveLowerBound | string | |
exclusiveUpperBound | string |
Return Type | Array |
---|
Parameters | 1 |
---|
Name | Type | Default |
---|---|---|
key | string | none |
Return Type | void |
---|
Parameters | 3 |
---|
Name | Type | Default |
---|---|---|
key | string | none |
value | Variant | none |
expiration | int64 | none |
Return Type | bool |
---|
Parameters | 3 |
---|
Name | Type | Default |
---|---|---|
key | string | none |
transformFunction | Function | none |
expiration | int64 | none |
Return Type | Variant |
---|