Skip to content

Commit fe88da5

Browse files
authored
Merge pull request #356 from froschdesign/hotfix/docs/psr6-filesystem
Update PSR-6 unsupported adapters list in documentation
2 parents 865dce9 + 338ec90 commit fe88da5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/book/v4/psr6.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ found.
4949
## Supported Adapters
5050

5151
The PSR-6 specification requires that the underlying storage support time-to-live (TTL), which is set when the
52-
item is saved. For this reason the following adapters cannot be used: `Dba`, `Filesystem`, `Memory` and `Session`. The
52+
item is saved. For this reason the following adapters **cannot** be used: `Dba`, `Memory` and `Session`. The
5353
`XCache` adapter calculates TTLs based on the request time, not the time the item is actually persisted, which means
5454
that it also cannot be used.
5555

0 commit comments

Comments
 (0)