Skip to content

Commit

Permalink
FIX: Remove cached store when deleting store
Browse files Browse the repository at this point in the history
  • Loading branch information
ligangty committed Mar 1, 2023
1 parent 00683f4 commit 9c69560
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ protected ArtifactStore removeArtifactStoreInternal( StoreKey key )

DtxArtifactStore dtxArtifactStore =
storeQuery.removeArtifactStore( key.getPackageType(), key.getType(), key.getName() );
cacheProducer.getCache( ARTIFACT_STORE ).remove( key );
return toArtifactStore( dtxArtifactStore );
}

Expand Down

0 comments on commit 9c69560

Please sign in to comment.