We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33262be commit a9331a8Copy full SHA for a9331a8
components/cache/cache_items.rst
@@ -17,7 +17,7 @@ The **key** of a cache item is a plain string which acts as its
17
identifier, so it must be unique for each cache pool. You can freely choose the
18
keys, but they should only contain letters (A-Z, a-z), numbers (0-9) and the
19
``_`` and ``.`` symbols. Other common symbols (such as ``{``, ``}``, ``(``,
20
-``)``, ``/``, ``\`` and ``@``) are reserved by the PSR-6 standard for future
+``)``, ``/``, ``\``, ``@`` and ``:``) are reserved by the PSR-6 standard for future
21
uses.
22
23
The **value** of a cache item can be any data represented by a type which is
0 commit comments