QGIS API Documentation 3.40.0-Bratislava (b56115d8743)
|
#include "qgsconfig.h"
#include <QCache>
#include <QTimer>
#include <QFileSystemWatcher>
#include <QObject>
#include <QDomDocument>
#include "qgis_server.h"
#include "qgis_sip.h"
#include "qgsproject.h"
#include "qgsserversettings.h"
Go to the source code of this file.
Classes | |
class | QgsAbstractCacheStrategy |
Abstract base class for implementing cache invalidation strategy. More... | |
class | QgsConfigCache |
Cache for server configuration. More... | |
class | QgsFileSystemCacheStrategy |
File system cache strategy for server configuration. More... | |
class | QgsNullCacheStrategy |
Null system cache strategy for server configuration, completely disable cache invalidation invalidation. More... | |
class | QgsPeriodicCacheStrategy |
Periodic system cache strategy for server configuration. More... | |