cachedAjax (jQuery plugin)
v0.0.1
01/27/2011
About
A jQuery plugin to set up memoized Ajax calls to improve performance when fetching static resources via Ajax.
Call the function via `jQuery.cachedAjax` and supply it with a configuration object that you would normally use with `jQuery.ajax` (save for the data). It then returns a function that you call with a data object every time you wish to make a request.