[PLUGINS] Removed direct call of EndCache events on all plugins, as it is now handled by the library

This commit is contained in:
Miguel Dantas
2019-08-13 03:02:05 +01:00
committed by Diogo Peralta Cordeiro
parent d8d7abee9f
commit d7c2c98a02
4 changed files with 0 additions and 16 deletions

View File

@@ -98,7 +98,6 @@ class InProcessCachePlugin extends Plugin
} else {
$this->_hits[$key] = 1;
}
Event::handle('EndCacheGet', array($key, &$value));
return false;
}
return true;