Gc\Event\CacheEvent::getCacheKey PHP Метод

getCacheKey() публичный Метод

Retrieve cache key
public getCacheKey ( ) : string
Результат string
    public function getCacheKey()
    {
        return $this->cacheKey;
    }