CacheIndex
FinalYes
Properties
- $key : string
 
Methods
- __construct() : mixed
 - add() : void
 - values() : array<string|int, string>
 
Properties
$key read-only
        public
            string
    $key
    
    
    
    
    
    
Methods
__construct()
    public
                    __construct(string $key) : mixed
    Parameters
- $key : string
 
add()
    public
                    add(string $value) : void
    Parameters
- $value : string
 
values()
    public
                    values() : array<string|int, string>