aboutsummaryrefslogtreecommitdiff
path: root/lib/CacheInterface.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/CacheInterface.php')
-rw-r--r--lib/CacheInterface.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/CacheInterface.php b/lib/CacheInterface.php
index 4c59df30..ab1066e3 100644
--- a/lib/CacheInterface.php
+++ b/lib/CacheInterface.php
@@ -3,4 +3,5 @@ interface CacheInterface {
public function loadData();
public function saveData($datas);
public function getTime();
+ public function purgeCache();
}