(082a7cd459578e76006b98f903867a55a0f430e7)
#include "qnetworkdiskcache.h"
#include "qnetworkdiskcache_p.h"
#include <qfile.h>
#include <qdir.h>
#include <qdatastream.h>
#include <qdatetime.h>
#include <qdirlisting.h>
#include <qurl.h>
#include <qcryptographichash.h>
#include <qdebug.h>
#include <memory>
#include "moc_qnetworkdiskcache.cpp"
Go to the source code of this file.
◆ CACHE_POSTFIX
#define CACHE_POSTFIX ".d"_L1 |
◆ CACHE_VERSION
◆ DATA_DIR
#define DATA_DIR "data"_L1 |
◆ MAX_COMPRESSION_SIZE
#define MAX_COMPRESSION_SIZE (1024 * 1024 * 3) |
◆ anonymous enum [1/2]
Enumerator |
---|
CacheMagic | |
CurrentCacheVersion | |
CacheMagic | |
CurrentCacheVersion | |
Definition at line 608 of file qnetworkdiskcache.cpp.
◆ anonymous enum [2/2]
Enumerator |
---|
CacheMagic | |
CurrentCacheVersion | |
CacheMagic | |
CurrentCacheVersion | |
Definition at line 608 of file qnetworkdiskcache.cpp.