Skip to content

Commit 33c64b8

Browse files
committed
Added no-store directive
1 parent c1e4993 commit 33c64b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CachePlugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ final class CachePlugin implements Plugin
3939
*
4040
* @var array
4141
*/
42-
private $noCacheFlags = ['no-cache', 'private'];
42+
private $noCacheFlags = ['no-cache', 'private', 'no-store'];
4343

4444
/**
4545
* @param CacheItemPoolInterface $pool

0 commit comments

Comments
 (0)