|
QGIS API Documentation
3.26.3-Buenos Aires (65e4edfdad)
|
File system cache strategy for server configuration. More...
#include <qgsconfigcache.h>

Public Member Functions | |
| QgsFileSystemCacheStrategy () | |
| Creates a new filesystem strategy. More... | |
| void | attach (QgsConfigCache *cache) override |
| Attach cache to this strategy. More... | |
| void | entryInserted (const QString &path) override |
| Called when an entry is inserted. More... | |
| void | entryRemoved (const QString &path) override |
| Called when an entry is removed from cache. More... | |
| QString | name () const override |
| The name of the strategy. More... | |
Public Member Functions inherited from QgsAbstractCacheStrategy | |
| virtual | ~QgsAbstractCacheStrategy ()=default |
File system cache strategy for server configuration.
Definition at line 162 of file qgsconfigcache.h.
| QgsFileSystemCacheStrategy::QgsFileSystemCacheStrategy | ( | ) |
Creates a new filesystem strategy.
Definition at line 263 of file qgsconfigcache.cpp.
|
overridevirtual |
Attach cache to this strategy.
Implements QgsAbstractCacheStrategy.
Definition at line 267 of file qgsconfigcache.cpp.
|
overridevirtual |
Called when an entry is inserted.
| path | The path of the project |
Implements QgsAbstractCacheStrategy.
Definition at line 277 of file qgsconfigcache.cpp.
|
overridevirtual |
Called when an entry is removed from cache.
| path | The path of the project |
Implements QgsAbstractCacheStrategy.
Definition at line 272 of file qgsconfigcache.cpp.
|
inlineoverridevirtual |
The name of the strategy.
Implements QgsAbstractCacheStrategy.
Definition at line 169 of file qgsconfigcache.h.
1.8.17