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 865dce9 + 338ec90 commit fe88da5Copy full SHA for fe88da5
docs/book/v4/psr6.md
@@ -49,7 +49,7 @@ found.
49
## Supported Adapters
50
51
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
+item is saved. For this reason the following adapters **cannot** be used: `Dba`, `Memory` and `Session`. The
53
`XCache` adapter calculates TTLs based on the request time, not the time the item is actually persisted, which means
54
that it also cannot be used.
55
0 commit comments