StoreAdhocCached (open)
Lower level api: store a value directly in the cache
Syntax
LOADLIB "wh::adhoccache.whlib";
MACRO StoreAdhocCached(RECORD cachetag, RECORD storevalue)Parameters
RECORD cachetagTag that uniquely identifies the result (local per calling whlib)
RECORD storevalueDescription of value to store
STRING ARRAY eventmasksMasks of events that invalidate the stored value
ttlTime to live in milliseconds, or DATETIME with expiration date