jQuery.cache
jQuery.cache
I know that jQuery.cache object is used to implement the data api. I feel it is little in secure to expose to outside, for example, external script could easily break our app, by using jQuery.cache = null
Should it be encapsulated in side the closure, so that it would not be temper.
Thanks
Fred