Home
last modified time | relevance | path

Searched refs:updateETag (Results 1 – 2 of 2) sorted by relevance

/plugin/externalembed/
H A Daction.php122 $cacheHelper->updateETag($video_id); //update the last time we checked
139 $cacheHelper->updateETag(md5(time()));
/plugin/externalembed/helper/
H A DcacheInterface.php29 public function updateETag(string $cache_id) { function in helper_plugin_externalembed_cacheInterface