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}
|
* {@inheritdoc}
|
||||||
*/
|
*/
|
||||||
public function garbageCollection() {
|
public function garbageCollection() {
|
||||||
// Any call to apc_fetch() causes APC to expunge expired items.
|
// APC performs garbage collection automatically.
|
||||||
apc_fetch('');
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue