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.
1 parent 8ce952b commit 6903146Copy full SHA for 6903146
ItemInterface.php
@@ -37,6 +37,11 @@ interface ItemInterface extends CacheItemInterface
37
*/
38
const METADATA_TAGS = 'tags';
39
40
+ /**
41
+ * Reserved characters that cannot be used in a key or tag.
42
+ */
43
+ const RESERVED_CHARACTERS = '{}()/\@:';
44
+
45
/**
46
* Adds a tag to a cache item.
47
*
0 commit comments