Class: QgsCapabilitiesCache¶
A cache for capabilities xml documents (by configuration file path).
List of all members, including inherited members
Class Hierarchy¶
Base classes¶
Methods
Inserts new capabilities document (creates a copy of the document, does not take ownership) |
|
Removes capabilities document |
|
Returns cached capabilities document (or 0 if document for configuration file not in cache) |
- class qgis.server.QgsCapabilitiesCache[source]¶
Bases:
QObject- insertCapabilitiesDocument(self, configFilePath: str | None, key: str | None, doc: QDomDocument | None)[source]¶
Inserts new capabilities document (creates a copy of the document, does not take ownership)
- removeCapabilitiesDocument(self, path: str | None)[source]¶
Removes capabilities document
- Parameters:
path (Optional[str]) – the project file path