[webkit-qt] How to set Cache mechanism of QNetworkAccessManager- PreferCache

siddharth.mathur at nokia.com siddharth.mathur at nokia.com
Mon Apr 12 13:26:36 PDT 2010


Tarandeep,
 
Something like this....

  request.setAttribute(QNetworkRequest::CacheLoadControlAttribute, QNetworkRequest::PreferCache);

..where request is a QNetworkReply.


Hope that helps,
Siddharth




________________________________

	From: webkit-qt-bounces at lists.webkit.org [mailto:webkit-qt-bounces at lists.webkit.org] On Behalf Of ext Tarandeep Singh
	Sent: Monday, April 12, 2010 4:13 PM
	To: webkit-qt at lists.webkit.org
	Subject: [webkit-qt] How to set Cache mechanism of QNetworkAccessManager- PreferCache
	
	
	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
	



More information about the webkit-qt mailing list