CacheItem Constructors

Definition

Initializes a new instance of the CacheItem class.

Overloads

CacheItem(String)

Initializes a new CacheItem instance using the specified key of a cache entry.

CacheItem(String, Object)

Initializes a new CacheItem instance using the specified key and a value of the cache entry.

CacheItem(String, Object, String)

Initializes a new CacheItem instance using the specified key, value, and region of the cache entry.

CacheItem(String)

Source:
CacheItem.cs
Source:
CacheItem.cs
Source:
CacheItem.cs

Initializes a new CacheItem instance using the specified key of a cache entry.

public CacheItem (string key);

Parameters

key
String

A unique identifier for a CacheItem entry.

Remarks

When the CacheItem(String) method overload is called, the property values for RegionName and Value are set to null.

Applies to

.NET 9 (package-provided) og aðrar útgáfur
Vara Útgáfur
.NET 8 (package-provided), 9 (package-provided)
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7 (package-provided), 4.7, 4.7.1 (package-provided), 4.7.1, 4.7.2 (package-provided), 4.7.2, 4.8 (package-provided), 4.8, 4.8.1
.NET Standard 2.0 (package-provided)

CacheItem(String, Object)

Source:
CacheItem.cs
Source:
CacheItem.cs
Source:
CacheItem.cs

Initializes a new CacheItem instance using the specified key and a value of the cache entry.

public CacheItem (string key, object value);

Parameters

key
String

A unique identifier for a CacheItem entry.

value
Object

The data for a CacheItem entry.

Remarks

When the CacheItem(String, Object) method overload is called, the property value for RegionName is set to null.

Applies to

.NET 9 (package-provided) og aðrar útgáfur
Vara Útgáfur
.NET 8 (package-provided), 9 (package-provided)
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7 (package-provided), 4.7, 4.7.1 (package-provided), 4.7.1, 4.7.2 (package-provided), 4.7.2, 4.8 (package-provided), 4.8, 4.8.1
.NET Standard 2.0 (package-provided)

CacheItem(String, Object, String)

Source:
CacheItem.cs
Source:
CacheItem.cs
Source:
CacheItem.cs

Initializes a new CacheItem instance using the specified key, value, and region of the cache entry.

public CacheItem (string key, object value, string regionName);

Parameters

key
String

A unique identifier for a CacheItem entry.

value
Object

The data for a CacheItem entry.

regionName
String

The name of a region in the cache that will contain the CacheItem entry.

Applies to

.NET 9 (package-provided) og aðrar útgáfur
Vara Útgáfur
.NET 8 (package-provided), 9 (package-provided)
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7 (package-provided), 4.7, 4.7.1 (package-provided), 4.7.1, 4.7.2 (package-provided), 4.7.2, 4.8 (package-provided), 4.8, 4.8.1
.NET Standard 2.0 (package-provided)