Page 1 of 1

Question about cache

PostPosted: Fri Nov 20, 2015 4:59 pm
by BobbyB
Hi

Happy Friday!

Can eValid manipulate the cache on the fly?

Thanks

Re: Question about cache

PostPosted: Mon Nov 23, 2015 1:36 pm
by eValid
BobbyB wrote:Hi

Happy Friday!

Can eValid manipulate the cache on the fly?

Thanks


Yes BobbyB, to a limited extent (see below).

There is an explicit command to DeleteCache and DeleteCookies.

When executed all of the cache content is deleted; same with cookies.

Here are the commands involved:

http://www.e-valid.com/Products/Documen ... #CacheMgmt

However, if you are running an AJAX application that involves active processing in the browser, it may be that more data is added after you run the command.

There is also an option in the eValid settings to "Never use the cache during playback" that may be useful.

In this case, the cache is cleared automatically after every command is completed.

Here is the detailed documentation:

http://www.e-valid.com/Products/Documen ... ement.html

-- eValid Support