CacheContainer Class

Definition

A container for cache entries that are linked to a particular commit, component or configuration.

public ref class CacheContainer sealed
[System.Runtime.Serialization.DataContract]
public sealed class CacheContainer
[<System.Runtime.Serialization.DataContract>]
type CacheContainer = class
Public NotInheritable Class CacheContainer
Inheritance
CacheContainer
Attributes

Constructors

CacheContainer(CacheContainerKey, IEnumerable<CacheItem>)

Initializes a new instance of the CacheContainer class.

CacheContainer(CacheContainerKey, IReadOnlyDictionary<String,CacheItem>)

Initializes a new instance of the CacheContainer class.

Properties

Items

Gets the dictionary of cache items in this container.

Key

Gets the container key.

Applies to