Add IContextCache to deploy connectors (#13287)
* Add IContextCache and implementations * Update connector interfaces to use IContextCache * Minor cleanup * Move DeployContextCache prefix to constant * Move default implementations to obsolete methods * Remove DeployContextCache and DictionaryCache Co-authored-by: Andy Butland <abutland73@gmail.com>
This commit is contained in:
@@ -307,9 +307,9 @@ public class UdiTests
|
||||
[UdiDefinition("foo", UdiType.GuidUdi)]
|
||||
public class FooConnector : IServiceConnector
|
||||
{
|
||||
public IArtifact GetArtifact(Udi udi) => throw new NotImplementedException();
|
||||
public IArtifact GetArtifact(Udi udi, IContextCache contextCache) => throw new NotImplementedException();
|
||||
|
||||
public IArtifact GetArtifact(object entity) => throw new NotImplementedException();
|
||||
public IArtifact GetArtifact(object entity, IContextCache contextCache) => throw new NotImplementedException();
|
||||
|
||||
public ArtifactDeployState ProcessInit(IArtifact art, IDeployContext context) =>
|
||||
throw new NotImplementedException();
|
||||
|
||||
Reference in New Issue
Block a user