Skip to content
Snippets Groups Projects
Commit b932c3ad authored by Ere Maijala's avatar Ere Maijala Committed by André Lahmann
Browse files

Fixed ILS driver caching so that existing entries are updated.

parent 51174d3f
No related merge requests found
......@@ -153,6 +153,6 @@ abstract class AbstractBase implements DriverInterface
'time' => time(),
'entry' => $entry
];
$this->cache->addItem($this->formatCacheKey($key), $item);
$this->cache->setItem($this->formatCacheKey($key), $item);
}
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment