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
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
virtual void Akonadi::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.
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 Mon May 14 2012 04:53:11 by doxygen 1.7.5 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2012 The KDE developers.
Generated on Mon May 14 2012 04:53:11 by doxygen 1.7.5 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.