IGitVersionCacheKeyFactory Interface

graph BT Type["IGitVersionCacheKeyFactory"] class Type type-node Implementing0["GitVersionCacheKeyFactory"]-.->Type click Implementing0 "/api/GitVersion.VersionCalculation.Cache/GitVersionCacheKeyFactory"

Syntax

public interface IGitVersionCacheKeyFactory

Methods

Name Value Summary
Create(Config) GitVersionCacheKey

Extension Methods

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