Version

invalidateCache Method

Clears all cached items on the client, when EnableCachingOnClient=true
Syntax
ASP.NET Ajax Javascript (Specification) 
function invalidateCache() : (Any);
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfWebDropDown.invalidateCache();
See Also