CacheItem(String, CacheItemKey) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.