Method HTTPAccept.RequestProgram()->reply_with_cache()
- Method reply_with_cache
voidreply_with_cache(stringdata,int(1..)stay_time)- Description
Send
dataas the reply, and keep it as a cache entry to requests to this URL forstay_timeseconds.
void reply_with_cache(string data, int(1..) stay_time)
Send data as the reply, and keep it as a cache entry to
requests to this URL for stay_time seconds.