Gc\Event\CacheEvent::getCacheKey PHP Method

getCacheKey() public method

Retrieve cache key
public getCacheKey ( ) : string
return string
    public function getCacheKey()
    {
        return $this->cacheKey;
    }