X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FCore%2FCache%2FICache.php;h=f8e98c568811af2ee019a9ff92689cdcf521327f;hb=cbe435bb708ccf17a4b5bea1e20c3258c9524700;hp=1ff6a8c52de5b8558c254b32265a2a503c8ba9aa;hpb=19777baa793f51e744adb8e3fc12bb857bd111e3;p=friendica.git diff --git a/src/Core/Cache/ICache.php b/src/Core/Cache/ICache.php index 1ff6a8c52d..f8e98c5688 100644 --- a/src/Core/Cache/ICache.php +++ b/src/Core/Cache/ICache.php @@ -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(); }