Merge branch '5.0'

* 5.0:
  [Cache] fix merge
This commit is contained in:
Nicolas Grekas 2019-12-10 14:56:31 +01:00
commit 2df13e1735

View File

@ -35,6 +35,7 @@ class PhpFilesAdapter extends AbstractAdapter implements PruneableInterface
private $files = [];
private static $startTime;
private static $valuesCache = [];
/**
* @param $appendOnly Set to `true` to gain extra performance when the items stored in this pool never expire.