Table of Contents

Class PluginCacheEntry

Namespace
NuGet.Protocol.Plugins
Assembly
NuGet.Protocol.dll
public sealed class PluginCacheEntry
Inheritance
PluginCacheEntry
Inherited Members
Extension Methods

Constructors

PluginCacheEntry(string, string, string)

public PluginCacheEntry(string rootCacheFolder, string pluginFilePath, string requestKey)

Parameters

rootCacheFolder string
pluginFilePath string
requestKey string

Properties

OperationClaims

public IReadOnlyList<OperationClaim> OperationClaims { get; set; }

Property Value

IReadOnlyList<OperationClaim>

Methods

LoadFromFile()

public void LoadFromFile()

UpdateCacheFileAsync()

public Task UpdateCacheFileAsync()

Returns

Task