Creating a JavaScript Object Cache

21. August 2008

If you have ever wanted an easy way to cache JavaScript objects and data in your client-side code just like you would when using the ASP.Net's Server side cache then read this article. Monsur Hossain wrote a JavaScript LRU Cache which my partner found while we were searching for a JavaScript cachi... [More]

Code Example, Web Development, Featured ,