Final Class Yiisoft\Cache\Exception\RemoveCacheException
| Inheritance | Yiisoft\ |
|---|---|
| Implements | Psr\ |
Public Methods
| Method | Description | Defined By |
|---|---|---|
| __construct() | Yiisoft\ |
|
| getKey() | Yiisoft\ |
Method Details
| public mixed __construct ( string $key ) | ||
| $key | string | |
public function __construct(string $key)
{
parent::__construct($key, 'Failed to delete the cache.');
}
Defined in:
Yiisoft\
| public string getKey ( ) |
public function getKey(): string
{
return $this->key;
}
User Contributed Notes
Leave a comment
Join the conversation to share a note.