Use the expire accessor to
set the expiry of a resource.
Change the expiry, or the time at which the response is no longer to be
considered valid, to inform NetKernel when to discard cached values.
For example,
if the referenced resource computes a value, set the expiry
to zero (0) if you require the resource to be computed for
each use.
The operand
specifies the target resource.
The operator
specifies the new expiry information.
If the operator is absent, the resource is set to expire immediately.
The operator is specified using an XML fragment <expire>
<expire>
<value> N </value>
<unit> time-unit </unit>
</expire>
The
<value>
element contain an integer, and the
<unit>
element must be contain one of the following: second
, minute
,
hour
, or day
.
It defines an offset from the current time
that the resource should expire.
This will allow the resource to be cached for a
that period of time and inform external clients that the resources current value
is valid for that period of time.