set_key


Description:

public bool set_key (string key, string? value) throws Error

Sets a value of the user key, or deletes it, if the value is null .

Parameters:

this

an Cache

key

a key name

value

a value to set, or null to delete the key

Returns:

Whether succeeded.