On Tue, Sep 29, 2009 at 7:12 AM, andris <andris.rein...@gmail.com> wrote:

>
> Hi,
>
> I've implemented a simple library on the top of DOM storage and IE
> userData to act as a browser side caching solution called DOMCached
> (www.domcached.com). The library acts like a kind of javascript
> memcached caching solution - a script can store objects to the cache
> and retrieve it later on another pageview.
>
> For example if the user is already made an Ajax request and the data
> is stored to the DOMCache then there is no need to do this request to
> the server again. Or if you try to fill out a form and your browser
> crashes - if the data was stored to the cache by the script then
> nothing is lost when you re-open the form. And so on, the
> possibilities are endless.
>
> Anyhow - I was wondering if similar functionality (or DOMCached
> itself) could be added to the Prototype library?
>
>
> Best regards,
> Andris Reinman
>
>
+1
As a user of Prototype, I'd like to see something like this added.  Clean,
simple and useful.
Mark

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Prototype: Core" group.
To post to this group, send email to prototype-core@googlegroups.com
To unsubscribe from this group, send email to 
prototype-core-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/prototype-core?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to