QGIS API Documentation 3.41.0-Master (fda2aa46e9a)
|
File system cache strategy for server configuration. More...
#include <qgsconfigcache.h>
Public Member Functions | |
QgsFileSystemCacheStrategy () | |
Creates a new filesystem strategy. | |
void | attach (QgsConfigCache *cache) override |
Attach cache to this strategy. | |
void | entryInserted (const QString &path) override |
Called when an entry is inserted. | |
void | entryRemoved (const QString &path) override |
Called when an entry is removed from cache. | |
QString | name () const override |
The name of the strategy. | |
Public Member Functions inherited from QgsAbstractCacheStrategy | |
virtual | ~QgsAbstractCacheStrategy ()=default |
File system cache strategy for server configuration.
Definition at line 174 of file qgsconfigcache.h.
QgsFileSystemCacheStrategy::QgsFileSystemCacheStrategy | ( | ) |
Creates a new filesystem strategy.
Definition at line 285 of file qgsconfigcache.cpp.
|
overridevirtual |
Attach cache to this strategy.
Implements QgsAbstractCacheStrategy.
Definition at line 289 of file qgsconfigcache.cpp.
|
overridevirtual |
Called when an entry is inserted.
path | The path of the project |
Implements QgsAbstractCacheStrategy.
Definition at line 299 of file qgsconfigcache.cpp.
|
overridevirtual |
Called when an entry is removed from cache.
path | The path of the project |
Implements QgsAbstractCacheStrategy.
Definition at line 294 of file qgsconfigcache.cpp.
|
inlineoverridevirtual |
The name of the strategy.
Implements QgsAbstractCacheStrategy.
Definition at line 181 of file qgsconfigcache.h.