Issue #2269453 by olli: Apc_fetch() expects a string or array of strings.

8.0.x
Nathaniel Catchpole 2014-05-21 10:23:17 +01:00
parent a2177ab653
commit 1f5ad10030
1 changed files with 1 additions and 2 deletions

View File

@ -243,8 +243,7 @@ class ApcuBackend implements CacheBackendInterface {
* {@inheritdoc}
*/
public function garbageCollection() {
// Any call to apc_fetch() causes APC to expunge expired items.
apc_fetch('');
// APC performs garbage collection automatically.
}
/**