]> git.mxchange.org Git - friendica.git/blobdiff - src/Core/Cache/ICacheDriver.php
Reorganize Protocol constants
[friendica.git] / src / Core / Cache / ICacheDriver.php
index ced7b4e2168b935ab72467631df50581fd3f0e1a..e83b921c6ab1c7baac2fafbd86ddb05ab3249065 100644 (file)
@@ -42,8 +42,9 @@ interface ICacheDriver
 
        /**
         * Remove outdated data from the cache
+        * @param  boolean $outdated just remove outdated values
         *
         * @return bool
         */
-       public function clear();
+       public function clear($outdated = true);
 }