[jQuery] Caching in jquery autosuggest

[jQuery] Caching in jquery autosuggest


Hi there,
we are developing some autosuggest features for a website and using
the query autosuggest plugin. No question about the plugin itself.
What do you think about server side caching within the suggest
functions? Is this useful? I thought abaout a MRU on the server side.
But wont the cache be full of senseless entries, especially with the
first letters of the search queries? Is anyone useing a server side
cache for auto suggest? How are you caching?
Thanks for any reply,
Uwe