Skip to content

Commit

Permalink
Update PSR-6 unsupported adapters list in documentation
Browse files Browse the repository at this point in the history
Removed `Filesystem` from the list of unsupported adapters as it is no longer relevant. Clarifies the list to better align with the PSR-6 specification requirements.

Signed-off-by: Frank Brückner <dev@froschdesignstudio.de>
  • Loading branch information
froschdesign committed Jan 9, 2025
1 parent 557c340 commit e41d2de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/book/v4/psr6.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ found.
## Supported Adapters

The PSR-6 specification requires that the underlying storage support time-to-live (TTL), which is set when the
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
`XCache` adapter calculates TTLs based on the request time, not the time the item is actually persisted, which means
that it also cannot be used.

Expand Down

0 comments on commit e41d2de

Please sign in to comment.