GitVersionCacheKeyFactory Class

Namespace
GitVersion.VersionCalculation.Cache
Interfaces
Base Types
  • object
graph BT Type-->Base0["object"] Type-.->Interface0["IGitVersionCacheKeyFactory"] click Interface0 "/api/GitVersion.VersionCalculation.Cache/IGitVersionCacheKeyFactory" Type["GitVersionCacheKeyFactory"] class Type type-node

Syntax

public class GitVersionCacheKeyFactory : IGitVersionCacheKeyFactory

Constructors

Methods

Name Value Summary
Create(Config) GitVersionCacheKey

Extension Methods

Name Value Summary
GetProperties() IEnumerable<KeyValuePair<string, string>>
NotNull<GitVersionCacheKeyFactory>(string) T
GitHub