Skip to content
Snippets Groups Projects
Commit e59f6c0a authored by Ere Maijala's avatar Ere Maijala
Browse files

Fixed ILS driver caching so that existing entries are updated.

parent 17afe34c
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