QGIS API Documentation 3.40.0-Bratislava (b56115d8743)
|
Null system cache strategy for server configuration, completely disable cache invalidation invalidation. More...
#include <qgsconfigcache.h>
Public Member Functions | |
QgsNullCacheStrategy ()=default | |
Creates a new null strategy. | |
void | attach (QgsConfigCache *owner) override |
Attaches 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 |
Null system cache strategy for server configuration, completely disable cache invalidation invalidation.
Definition at line 263 of file qgsconfigcache.h.
|
default |
Creates a new null strategy.
|
overridevirtual |
Attaches cache to this strategy.
Implements QgsAbstractCacheStrategy.
Definition at line 344 of file qgsconfigcache.cpp.
|
overridevirtual |
Called when an entry is inserted.
path | The path of the project |
Implements QgsAbstractCacheStrategy.
Definition at line 354 of file qgsconfigcache.cpp.
|
overridevirtual |
Called when an entry is removed from cache.
path | The path of the project |
Implements QgsAbstractCacheStrategy.
Definition at line 349 of file qgsconfigcache.cpp.
|
inlineoverridevirtual |
The name of the strategy.
Implements QgsAbstractCacheStrategy.
Definition at line 270 of file qgsconfigcache.h.