summaryrefslogtreecommitdiffstats
path: root/examples/declarative/cachingmodel/cachingmodel.qmlproject
Commit message (Collapse)AuthorAgeFilesLines
* Initial commit of JsonDbCachingListModelPrasanth Ullattil2012-02-091-0/+16
This is a listmodel which uses a simple LRU cache. This is similar to the JsonDbSortingListModel, except that get() is asynchronous. It still needs some fine tuning. There might be some property /method changes. Change-Id: I12250a7ec06715e0d889995fc028706040ddcf61 Reviewed-by: Prasanth Ullattil <prasanth.ullattil@nokia.com>