]> git.mxchange.org Git - friendica.git/blobdiff - src/Core/Cache/ICache.php
Merge pull request #7754 from annando/aria
[friendica.git] / src / Core / Cache / ICache.php
index 1ff6a8c52de5b8558c254b32265a2a503c8ba9aa..f8e98c568811af2ee019a9ff92689cdcf521327f 100644 (file)
@@ -54,4 +54,11 @@ interface ICache
         * @return bool
         */
        public function clear($outdated = true);
+
+       /**
+        * Returns the name of the current cache
+        *
+        * @return string
+        */
+       public function getName();
 }