Utils.clearCache

Clears the cache of a single Vuser.

The content of the whole cache simulator is unaffected.

Utils.clearCache();

Arguments

None

Return value

A promise that is fulfilled with undefined upon success.

Example

Copy code
(async ()=>{
    await Utils.clearCache();
})();