take


Description:

[ Version ( since = "3.26" ) ]
public void take (owned string name, owned string? value)

Puts the value for column name.

If contains a value for the same column, then it is replaced. This creates takes ownership of both the name and the value.

Parameters:

this

an CacheColumnValues

name

a column name

value

a column value