We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9059029 + 5ccb60e commit bb487a1Copy full SHA for bb487a1
components/cache/adapters/php_array_cache_adapter.rst
@@ -9,7 +9,7 @@ This adapter is a highly performant way to cache static data (e.g. application c
9
that is optimized and preloaded into OPcache memory storage::
10
11
use Symfony\Component\Cache\Adapter\PhpArrayAdapter;
12
- use Symfony\Component\Cache\Adapter\PhpFilesAdapter;
+ use Symfony\Component\Cache\Adapter\FilesystemAdapter;
13
14
// somehow, decide it's time to warm up the cache!
15
if ($needsWarmup) {
0 commit comments