summaryrefslogtreecommitdiff
path: root/common/cachemanagerdbus.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/cachemanagerdbus.h')
-rw-r--r--common/cachemanagerdbus.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/common/cachemanagerdbus.h b/common/cachemanagerdbus.h
index 42eb321..ff94f55 100644
--- a/common/cachemanagerdbus.h
+++ b/common/cachemanagerdbus.h
@@ -28,7 +28,11 @@ public:
explicit CacheManagerDbus(QObject *parent = 0);
void connectdbussession(QString id);
- Q_INVOKABLE qlonglong getCacheSize();
+ Q_INVOKABLE qulonglong getCacheSize();
+ Q_INVOKABLE conn::brw::CACHE_POLICY getCachePolicy();
+ Q_INVOKABLE void setCachePolicy(conn::brw::CACHE_POLICY);
+ Q_INVOKABLE qulonglong getMaximumCacheSize();
+ Q_INVOKABLE void clearCache();
signals:
void onCacheChanged();