This commit is contained in:
James Cole
2018-04-16 19:29:26 +02:00
parent 1a8293d9ef
commit 178f917a49

View File

@@ -254,6 +254,9 @@ class JournalCollector implements JournalCollectorInterface
$key = 'query-' . substr($hash, -8);
$cache = new CacheProperties;
$cache->addProperty($key);
foreach($this->filters as $filter) {
$cache->addProperty((string)$filter);
}
if ($cache->has()) {
Log::debug(sprintf('Return cache of query with ID "%s".', $key));