CacheItem(String, CacheItemKey) Constructor

Definition

Initializes a new instance of the CacheItem struct.

public:
 CacheItem(System::String ^ entryName, Microsoft::VisualStudio::RpcContracts::Caching::CacheItemKey key);
public CacheItem (string entryName, Microsoft.VisualStudio.RpcContracts.Caching.CacheItemKey key);
new Microsoft.VisualStudio.RpcContracts.Caching.CacheItem : string * Microsoft.VisualStudio.RpcContracts.Caching.CacheItemKey -> Microsoft.VisualStudio.RpcContracts.Caching.CacheItem
Public Sub New (entryName As String, key As CacheItemKey)

Parameters

entryName
String

Name of the item in the container.

key
CacheItemKey

Key that was provided by storage during upload.

Applies to