Issue #2269453 by olli: Apc_fetch() expects a string or array of strings.
parent
a2177ab653
commit
1f5ad10030
|
@ -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.
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue