]> git.mxchange.org Git - friendica.git/blobdiff - src/Core/Cache/ProfilerCache.php
Merge pull request #7754 from annando/aria
[friendica.git] / src / Core / Cache / ProfilerCache.php
index 72d72b2716a2275fd87e1432d58bd75e1cb4d001..d59b885609d6947766c8fceb216dd8d8cfd49df6 100644 (file)
@@ -2,7 +2,6 @@
 
 namespace Friendica\Core\Cache;
 
-use Friendica\Core\Cache;
 use Friendica\Core\System;
 use Friendica\Util\Profiler;
 
@@ -152,4 +151,12 @@ class ProfilerCache implements ICache, IMemoryCache
                        return false;
                }
        }
+
+       /**
+        * {@inheritDoc}
+        */
+       public function GetName()
+       {
+               return $this->cache->getName() . ' (with profiler)';
+       }
 }