We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
As of the V6, the following characters can not longer being a part of the key identifier: {}()/\@:
{}()/\@:
If you try to do so, an \phpFastCache\Exceptions\phpFastCacheInvalidArgumentException will be raised.
\phpFastCache\Exceptions\phpFastCacheInvalidArgumentException
You must replace them with a safe delimiter such as .|-_
.|-_
More information on psr-6 definitions.