Autocomplete Flush Cache

Autocomplete Flush Cache


hi
I m using that jquery autocomplete library.
http://docs.jquery.com/Plugins/Autocomplete
It works fine.
I wanted to know how long cache will keep a suggestion for a
particular pattern.
Ex: Say I typed "d".After that there will be an Ajax request and a
suggestion list is displayed
then matched list for "d " is cached.Which means if I delete the
first letter again and type d,It will not
generate ajax request.But I found out that , after typing some
letters, again if I type "d" it ll cause an Ajax request.
This may because cache is flushed after certain period of time??