Admin
dashboard
file manager
command
php exec
/
/
opt
/
cpanel
/
ea-wappspector
/
vendor
/
rector
/
rector
/
src
/
Caching
/
Enum
path:
go
upload
mkdir
name
type
size
perms
modified
actions
[parent directory]
CacheKey.php
file
287 B
0644
2024-11-08 13:59:10
edit
delete
rename
editing: CacheKey.php
<?php declare (strict_types=1); namespace Rector\Caching\Enum; /** * @enum */ final class CacheKey { /** * @var string */ public const CONFIGURATION_HASH_KEY = 'configuration_hash'; /** * @var string */ public const FILE_HASH_KEY = 'file_hash'; }
save
cancel