mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04:00
Merge pull request #32279 from nextcloud/feat/profiler-cache-hit-info
Add hit information to profiler
This commit is contained in:
commit
0690646d09
1 changed files with 1 additions and 0 deletions
|
|
@ -69,6 +69,7 @@ class ProfilerWrapperCache extends AbstractDataCollector implements IMemcacheTTL
|
|||
'start' => $start,
|
||||
'end' => microtime(true),
|
||||
'op' => $this->getPrefix() . '::get::' . $key,
|
||||
'hit' => $ret !== null,
|
||||
];
|
||||
return $ret;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue