:doc:`CodeBuild <../../codebuild>` / Client / invalidate_project_cache

************************
invalidate_project_cache
************************



.. py:method:: CodeBuild.Client.invalidate_project_cache(**kwargs)

  

  Resets the cache for a project.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/InvalidateProjectCache>`_  


  **Request Syntax**
  ::

    response = client.invalidate_project_cache(
        projectName='string'
    )
    
  :type projectName: string
  :param projectName: **[REQUIRED]** 

    The name of the CodeBuild build project that the cache is reset for.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`CodeBuild.Client.exceptions.InvalidInputException`

  
  *   :py:class:`CodeBuild.Client.exceptions.ResourceNotFoundException`

  