Client-side Caching for YUI
I created an extension for use with YUI that allows developers to store data on the end user’s local machine. I would consider it “testing” quality right now as I haven’t done many tests to see what the performance limitations are. It uses globalStorage, localStorage, and a Flash file depending on which browser is present. Since Safari 3.2 and IE 6&7 all need to use the Flash applet, you may want to hold off using it in production until the next version of Safari and IE 8 are released. If you have any questions or comments please email me.