akonadi
Akonadi::InvalidateCacheJob Class Reference
#include <invalidatecachejob_p.h>
Inheritance diagram for Akonadi::InvalidateCacheJob:

Public Member Functions | |
InvalidateCacheJob (const Collection &collection, QObject *parent) | |
Protected Member Functions | |
virtual void | doStart () |
Detailed Description
Helper job to invalidate item cache for an entire collection.
- Since:
- 4.8
Definition at line 34 of file invalidatecachejob_p.h.
Constructor & Destructor Documentation
InvalidateCacheJob::InvalidateCacheJob | ( | const Collection & | collection, |
QObject * | parent | ||
) | [explicit] |
Create a job to invalidate all cached content in collection
.
Definition at line 99 of file invalidatecachejob.cpp.
Member Function Documentation
void InvalidateCacheJob::doStart | ( | ) | [protected, virtual] |
This method must be reimplemented in the concrete jobs.
It will be called after the job has been started and a connection to the Akonadi backend has been established.
Implements Akonadi::Job.
Definition at line 106 of file invalidatecachejob.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2012 The KDE developers.
Generated on Tue May 8 2012 00:00:50 by doxygen 1.8.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2012 The KDE developers.
Generated on Tue May 8 2012 00:00:50 by doxygen 1.8.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.