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 @@ -25,22 +25,22 @@ interface ItemInterface extends CacheItemInterface
25
25
/**
26
26
* References the Unix timestamp stating when the item will expire.
27
27
*/
28
- const METADATA_EXPIRY = 'expiry ' ;
28
+ public const METADATA_EXPIRY = 'expiry ' ;
29
29
30
30
/**
31
31
* References the time the item took to be created, i
98CA
n milliseconds.
32
32
*/
33
- const METADATA_CTIME = 'ctime ' ;
33
+ public const METADATA_CTIME = 'ctime ' ;
34
34
35
35
/**
36
36
* References the list of tags that were assigned to the item, as string[].
37
37
*/
38
- const METADATA_TAGS = 'tags ' ;
38
+ public const METADATA_TAGS = 'tags ' ;
39
39
40
40
/**
41
41
* Reserved characters that cannot be used in a key or tag.
42
42
*/
43
- const RESERVED_CHARACTERS = '{}()/\@: ' ;
43
+ public const RESERVED_CHARACTERS = '{}()/\@: ' ;
44
44
45
45
/**
46
46
* Adds a tag to a cache item.
You can’t perform that action at this time.
0 commit comments