CacheItem Constructor
.NET Framework (current version)
Initializes a new instance of the CacheItem class.
Assembly: System.Runtime.Caching (in System.Runtime.Caching.dll)
| Name | Description | |
|---|---|---|
![]() | 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. |
Show:
