akonadi
20#ifndef AKONADI_CACHEPOLICY_H
21#define AKONADI_CACHEPOLICY_H
23#include "akonadi_export.h"
25#include <QtCore/QSharedDataPointer>
26#include <QtCore/QStringList>
92 bool inheritFromParent()
const;
97 void setInheritFromParent(
bool inherit);
102 QStringList localParts()
const;
107 void setLocalParts(
const QStringList &parts);
113 int cacheTimeout()
const;
119 void setCacheTimeout(
int timeout);
124 int intervalCheckTime()
const;
130 void setIntervalCheckTime(
int time);
136 bool syncOnDemand()
const;
143 void setSyncOnDemand(
bool enable);
160 QSharedDataPointer<Private> d;
Represents the caching policy for a collection.
FreeBusyManager::Singleton.
This file is part of the KDE documentation.
Documentation copyright © 1996-2022 The KDE developers.
Generated on Thu Jul 21 2022 00:00:00 by
doxygen 1.9.5 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.