chore: complete update
This commit is contained in:
12
.archive/Archived/CacheComplexity.php
Normal file
12
.archive/Archived/CacheComplexity.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Archive\Archived;
|
||||
|
||||
enum CacheComplexity: string
|
||||
{
|
||||
case LOW = 'low';
|
||||
case MEDIUM = 'medium';
|
||||
case HIGH = 'high';
|
||||
case EXTREME = 'extreme';
|
||||
}
|
||||
Reference in New Issue
Block a user