yoxigen-zz / yox.js

jQuery plugin for displaying images and other media.
http://www.yoxigen.com
MIT License
14 stars 0 forks source link

Cached data should update #2

Open yoxigen-zz opened 12 years ago

yoxigen-zz commented 12 years ago

yox.data object flagged with cache: true should check for updates at a predefined time. The time should be specified by an option to the yox.data object - updateInterval.

Update should be also available through a method in the yox.data object.

This will enable galleries to load fast from cache and update after the gallery has rendered, to improve loading times.