Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CacheReply ¶
type CacheReply struct {
network.QNetworkReply
// contains filtered or unexported fields
}
func (*CacheReply) With ¶
func (cr *CacheReply) With( cacheDev *core.QIODevice, req *network.QNetworkRequest, op network.QNetworkAccessManager__Operation, meta *network.QNetworkCacheMetaData) *CacheReply
type CachingNetworkAccessManager ¶
type CachingNetworkAccessManager struct {
network.QNetworkAccessManager
// contains filtered or unexported fields
}
type DiskCacheFactory ¶
type DiskCacheFactory struct {
*qml.QQmlNetworkAccessManagerFactory
// contains filtered or unexported fields
}
func NewDiskCacheFactoryWithCacheSize ¶
func NewDiskCacheFactoryWithCacheSize(cacheSize int64) *DiskCacheFactory
Click to show internal directories.
Click to hide internal directories.