The <oda:mark> tag places a value by key in the cache. The value is not
written to the cache itself. A condition that processes the event by key that
is defined by the <oda:mark> tag must have an oda:isMarkCondition="" attribute.
This tag has two required attributes:
name="name" — Key for the value in the cache.
oda:setCondition="true" — Bool value that controls writing/rewriting
the value to the cache.
This example shows that bUse is not read from the data stream. It gets its
value depending on the result of the previous condition. The next <oda:condition>
tag has an oda:isMarkCondition="" attribute set because it uses bUse.
Note: The <oda:mark> tag can only set bool values (true/false).