X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FCore%2FCache%2FProfilerCache.php;h=d59b885609d6947766c8fceb216dd8d8cfd49df6;hb=cbe435bb708ccf17a4b5bea1e20c3258c9524700;hp=72d72b2716a2275fd87e1432d58bd75e1cb4d001;hpb=86bf2ee45a7c7409dbc470b5b1706b19e7e40507;p=friendica.git diff --git a/src/Core/Cache/ProfilerCache.php b/src/Core/Cache/ProfilerCache.php index 72d72b2716..d59b885609 100644 --- a/src/Core/Cache/ProfilerCache.php +++ b/src/Core/Cache/ProfilerCache.php @@ -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)'; + } }