datasource-caching.mustache revision 819e90d415ed17d59af3a247b2ad9d6feb0c21b5
6209N/A <p>The DataSourceCache plugin enables caching on any DataSource to reduce high-latency calls to remote sources and to reduce server load. In this example, the Cache's `max` value has been set to `3`.
6209N/A myDataSource = new Y.DataSource.Get({
6209N/A source: "https://api.github.com/users/",
6209N/A return '/repos?callback=YUI.Env.DataSource.callbacks.' + guid;