C#
VB
C++
Initializes a new instance of CacheItem with the specified key and value and region.
key
Unique identifier for this cache entry. This value will be stored in Key.
value
The data for this cache entry. This value will be stored in Value.
regionName
The name of the region in the cache. This value will be stored in RegionName.