Method Delete
Delete(params Artifact[])
Delete the given artifacts from the cache.
Declaration
public static void Delete(params Artifact[] artifacts)
Parameters
Type | Name | Description |
---|---|---|
Artifact[] | artifacts | The artifacts to delete. |
Delete(IEnumerable<Artifact>)
Delete the given artifacts from the cache.
Declaration
public static void Delete(IEnumerable<Artifact> artifacts)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<Artifact> | artifacts | The artifacts to delete. |