Thanks for suggestion, I had made my first version of dictionary cache plugin.
After loading cache completed, all read/write operations look likes synchronous.
- Read had been done while cache loaded.
- Writing actions in a tick would be fired at the same time ( in tick2() ). "Condition:On writing actions complete" will be triggered when all writing actions are done. User might wait this event or not.
Data in local storage are-
Sample capx , plugin.
Edit
The reading and writing actions of local storage are embedded inside this plugin. So it does not need to work with official localstorage plugin.
hi
can i use yout plugin with new local storage ?
and what are the benefits of your plugin please ?
thanks