summaryrefslogtreecommitdiffstats
path: root/libkcal/resourcecached.h
diff options
context:
space:
mode:
Diffstat (limited to 'libkcal/resourcecached.h')
-rw-r--r--libkcal/resourcecached.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/libkcal/resourcecached.h b/libkcal/resourcecached.h
index 42212272..60976698 100644
--- a/libkcal/resourcecached.h
+++ b/libkcal/resourcecached.h
@@ -270,6 +270,21 @@ class KDE_EXPORT ResourceCached : public ResourceCalendar,
*/
void clearCache();
+ /**
+ Clear events cache.
+ */
+ void clearEventsCache();
+
+ /**
+ Clear todos cache.
+ */
+ void clearTodosCache();
+
+ /**
+ Clear journals cache.
+ */
+ void clearJournalsCache();
+
void cleanUpEventCache( const KCal::Event::List &eventList );
void cleanUpTodoCache( const KCal::Todo::List &todoList );