File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -74,10 +74,10 @@ the [length of the `option_name` field of the `options` table is 191 chars][1],
74
74
prefix of ` _transient_timeout_ ` to the option name, which together with the 1-char separator is 20 chars. Using
75
75
anything greater than this length will result in potentially devastating behaviour described in [ Trac #15058 ] [ ] .
76
76
77
- In any case, the general recommendation is to not use cache keys longer than 64 chars, as this is the minimal
78
- length required for support by the PSR-16 spec. Using anything longer than that will cause consumers to become
79
- dependent on implementation detail, which breaks interoperability. Given that, ** the cache pool name SHOULD NOT
80
- exceed 107 chars** .
77
+ In any case, the general recommendation is that ** consumers SHOULD NOT use cache keys longer than 64 chars** ,
78
+ as this is the minimal length required for support by the PSR-16 spec. Using anything longer than that will
79
+ cause consumers to become dependent on implementation detail, which breaks interoperability.
80
+ Given that, ** the cache pool name SHOULD NOT exceed 107 chars** .
81
81
82
82
#### Value Length
83
83
The storage backend (WP options) [ declares] [ 2 ] the corresponding field to be of type [ ` LONGTEXT ` ] [ ] , which
You can’t perform that action at this time.
0 commit comments