Hi, How can I set the caching mechanism of QNetworkAccessManager to QNetworkRequest::PreferCache.
I have implemented a cache class (it inherits the QAbstractNetworkCache) that stores resources (CSS, javascript) in a DB. I want to use the saved CSS, javascripts instead of getting them from network. But the default caching mechanism of QNetworkAccessManager is set to QNetworkRequest::PreferNetwork. How can I change it? Thanks, Tarandeep
_______________________________________________ webkit-qt mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-qt
