QGIS Server Python Bindings
 All Classes Functions
Public Member Functions | List of all members
QgsCapabilitiesCache Class Reference

A cache for capabilities xml documents (by configuration file path) More...

Inheritance diagram for QgsCapabilitiesCache:

Public Member Functions

const QDomDocument * searchCapabilitiesDocument (QString configFilePath, QString version)
 
void insertCapabilitiesDocument (QString configFilePath, QString version, const QDomDocument *doc)
 

Detailed Description

A cache for capabilities xml documents (by configuration file path)

Member Function Documentation

void QgsCapabilitiesCache::insertCapabilitiesDocument ( QString  configFilePath,
QString  version,
const QDomDocument *  doc 
)

Inserts new capabilities document (creates a copy of the document, does not take ownership)

const QDomDocument* QgsCapabilitiesCache::searchCapabilitiesDocument ( QString  configFilePath,
QString  version 
)

Returns cached capabilities document (or 0 if document for configuration file not in cache)


The documentation for this class was generated from the following file: