Metadata Cache

Does Plex.tv cache metadata that is pulled from the Movie DB.

If so how long is it it held for.

themoviedb.org/movie/444608-jagveld

Returns different Artists and Posters than Fix Match does.

Is your movie even matched to TheMovieDB? (The default data source is the IMDb)
Take a look at the movie’s Plex XML info to find out. Look at the guid="

If your movie is matched to the IMDb, there is a selector in the properties of the Plex Movie agent. ‘Cast list source’ must be set to ‘TheMovieDatabase’

Is it a mp4 file?
These can contain actor infos as embedded meta tags.
By default Plex prefers embedded metadata.
Here is how to switch that around:
Go to Settings - Server - Agents - Shows - TheTVDB
In there, grab the line ‘Local Media Assets’ with your mouse and drag it downwards, so it ends up being at the bottom of the stack of active agents.
Repeat the same under
Settings - Server - Agents - Shows - TheMovieDatabase
+
Settings - Server - Agents - Movies - Plex Movie
+
Settings - Server - Agents - Movies - TheMovieDatabase

This is the XML from the file info.

    <MediaContainer size="1" allowSync="1" identifier="com.plexapp.plugins.library" librarySectionID="25" librarySectionTitle="Movies HD" librarySectionUUID="62484019-7d71-4f76-8e24-75330f800e6b" mediaTagPrefix="/system/bundle/media/flags/" mediaTagVersion="1527172021">
    <Video ratingKey="143448" key="/library/metadata/143448" guid="com.plexapp.agents.themoviedb://444608?lang=en" librarySectionTitle="Movies HD" librarySectionID="25" librarySectionKey="/library/sections/25" studio="Karoo Film Company" type="movie" title="Hunting Emma" contentRating="CSM Unrated" summary="Emma le Roux just wants to go home for the holidays. Gentle, beautiful, pacifist Emma. She's made the trip to her father's farm a thousand times. Piece of cake. But not today. Today she will cross paths with members of a violent drug syndicate. Everything starts falling apart, and fast. At first they were driven by hate and revenge. Suddenly, it's survival." rating="6.4" year="2017" thumb="/library/metadata/143448/thumb/1527503328" art="/library/metadata/143448/art/1527503328" duration="6192352" originallyAvailableAt="2017-06-12" addedAt="1527500102" updatedAt="1527503328" chapterSource="media" ratingImage="imdb://image.rating">
    <Media videoResolution="720" id="145116" duration="6192352" bitrate="4414" width="1280" height="542" aspectRatio="2.35" audioChannels="6" audioCodec="ac3" videoCodec="h264" container="mkv" videoFrameRate="24p" videoProfile="main">
    <Part accessible="1" exists="1" id="168711" key="/library/parts/168711/1527068446/file.mkv" duration="6192352" file="/media/Movies HD/Hunting Emma (2017)/Hunting Emma (2017).mkv" size="3416540928" container="mkv" hasThumbnail="1" videoProfile="main">
    <Stream id="292053" streamType="1" default="1" codec="h264" index="0" bitrate="4030" language="English" languageCode="eng" bitDepth="8" chromaLocation="topleft" chromaSubsampling="4:2:0" colorPrimaries="bt709" colorRange="tv" colorSpace="bt709" colorTrc="bt709" frameRate="23.976" hasScalingMatrix="0" height="542" level="31" profile="main" refFrames="2" scanType="progressive" width="1280" displayTitle="English (H.264 Main)"/>
    <Stream id="292054" streamType="2" selected="1" default="1" codec="ac3" index="1" channels="6" bitrate="384" language="Afrikaans" languageCode="afr" audioChannelLayout="5.1(side)" samplingRate="48000" displayTitle="Afrikaans (AC3 5.1(side))"/>
    </Part>
    </Media>
    <Genre id="26" filter="genre=26" tag="Thriller"/>
    <Genre id="25" filter="genre=25" tag="Action"/>
    <Director id="165645" filter="director=165645" tag="Byron Davis"/>
    <Writer id="165646" filter="writer=165646" tag="Deon Meyer"/>
    <Country id="38710" filter="country=38710" tag="South Africa"/>
    <Role id="165647" filter="actor=165647" tag="Leandie du Randt" role="Emma Le Roux" thumb="http://image.tmdb.org/t/p/original/5TdoiHeuLRf78GEm4Zas0Ws4UfT.jpg"/>
    <Role id="165648" filter="actor=165648" tag="Tim Theron" role="" thumb="http://image.tmdb.org/t/p/original/iwpN0In0U34K0a2OvHH5dyk333E.jpg"/>
    <Role id="165649" filter="actor=165649" tag="Neels Van Jaarsveld" role="" thumb="http://image.tmdb.org/t/p/original/eYIw0glaFb5AopjN6ACFHm5TnGn.jpg"/>
    <Role id="165649" filter="actor=165649" tag="Neels Van Jaarsveld" role="Bosman" thumb="http://image.tmdb.org/t/p/original/eYIw0glaFb5AopjN6ACFHm5TnGn.jpg"/>
    <Role id="165648" filter="actor=165648" tag="Tim Theron" role="Baz" thumb="http://image.tmdb.org/t/p/original/iwpN0In0U34K0a2OvHH5dyk333E.jpg"/>
    <Extras size="0"></Extras>
    </Video>
    </MediaContainer>

@digitalfixer said:
guid=“com.plexapp.agents.themoviedb://444608?lang=en”

OK, this confirms the movie is matched to TMDB.

Wait a few days.
After that, you may want to empty the local agent cache of your Plex server:
https://support.plex.tv/articles/202967376-clearing-plugin-channel-agent-http-caches/

Thank @OttoKerner. That fixed the problem.