I want to use the values of one page in another page using cache. Can any one suggest me how to use cache using jQuery?
After searching on several sites, I found this link : http://markdaggett.com/blog/2012/03/28/client-side-request-caching-with-javascript/. It uses a $.Cache.add(key,value); method.
When I used this in my aspx page it is throwing an error. Do I need to add any files to achieve cache?