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 will be fulfilled with no arguments.

Example

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