Memory Category | Instances |
---|
Type | Member | History | |
---|---|---|---|
Variant | GetAsync (string key) | ||
null | RemoveAsync (string key) | ||
bool | SetAsync (string key, Variant value, int64 expiration) | ||
Variant | UpdateAsync (string key, Function transformFunction, int64 expiration) | ||
57 members inherited from Instance |
Parameters | 1 |
---|
Name | Type | Default |
---|---|---|
key | string | none |
Return Type | Variant |
---|
Parameters | 1 |
---|
Name | Type | Default |
---|---|---|
key | string | none |
Return Type | null |
---|
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 |
---|