Cdn\Request\V20141111\DeleteCacheExpiredConfigRequest::setCacheType PHP Method

setCacheType() public method

public setCacheType ( $cacheType )
    public function setCacheType($cacheType)
    {
        $this->cacheType = $cacheType;
        $this->queryParameters["CacheType"] = $cacheType;
    }