The following tables list the members exposed by CacheItem<T>.
| Name | Description | |
|---|---|---|
![]()  | 
	CacheItem<T> | Initializes a new instance of CacheItem<T> with the specified key. | 
![]()  | 
	CacheItem<T> | Initializes a new instance of CacheItem<T> with the specified key and value. | 
![]()  | 
	CacheItem<T> | Initializes a new instance of CacheItem<T> with the specified key and value and region. | 
| Name | Description | |
|---|---|---|
![]()  | 
	CacheItem<T> | Initializes a new instance of CacheItem<T>. | 
| Name | Description | |
|---|---|---|
![]()  | 
	ToNonGeneric | Creates a non generic version of this class. | 
| Name | Description | |
|---|---|---|
![]()  | 
	Key | The unique identifier for this CacheItem<T>. | 
![]()  | 
	RegionName | Name of the region in the cache for this CacheItem<T>. | 
![]()  | 
	Value | Data for this CacheItem<T>. |