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.
1 parent 48e4c66 commit 1a2c132Copy full SHA for 1a2c132
1 file changed
docs/developers/caching.rst
@@ -64,7 +64,7 @@ You can use any PSR-16 compatible cache implementation:
64
use Symfony\Component\Cache\Adapter\FilesystemAdapter;
65
use Symfony\Component\Cache\Psr16Cache;
66
67
- $pool = new FilesystemAdapter('inventory', 3600, $cacheDir);
+ $pool = new FilesystemAdapter('inventory', 3600, '/path/to/cache');
68
$cache = new Psr16Cache($pool);
69
70
**Redis Cache** (for shared/distributed caching):
0 commit comments