|
QGIS API Documentation 3.30.0-'s-Hertogenbosch (f186b8efe0)
|
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. More... | |
| void | attach (QgsConfigCache *owner) override |
| Attaches 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 |
| virtual void | attach (QgsConfigCache *cache)=0 |
| Attache cache to this strategy. More... | |
| virtual void | entryInserted (const QString &path)=0 |
| Called when an entry is removed from cache. More... | |
| virtual void | entryRemoved (const QString &path)=0 |
| Called when an entry is removed from cache. More... | |
| virtual QString | name () const =0 |
| The name of the strategy. More... | |
Null system cache strategy for server configuration, completely disable cache invalidation invalidation.
Definition at line 257 of file qgsconfigcache.h.
|
default |
Creates a new null strategy.
|
overridevirtual |
Attaches cache to this strategy.
Implements QgsAbstractCacheStrategy.
Definition at line 341 of file qgsconfigcache.cpp.
|
overridevirtual |
Called when an entry is inserted.
| path | The path of the project |
Implements QgsAbstractCacheStrategy.
Definition at line 351 of file qgsconfigcache.cpp.
|
overridevirtual |
Called when an entry is removed from cache.
| path | The path of the project |
Implements QgsAbstractCacheStrategy.
Definition at line 346 of file qgsconfigcache.cpp.
|
inlineoverridevirtual |
The name of the strategy.
Implements QgsAbstractCacheStrategy.
Definition at line 264 of file qgsconfigcache.h.