Building a Client-Side Ajax Cache: Caching Algorithms

Relying on the browser’s cache to store Ajax data has distinct limitations. A better solution may be to create your own cache management class. In this installment we’ll be covering some caching mechanisms, as we build upon our cache management class.
Continued here: Building a Client-Side Ajax Cache: Caching Algorithms

[...]