The following tables list the members exposed by CacheItem.
Public Constructors
Name | Description | |
---|---|---|
CacheItem | Initializes a new instance of CacheItem with the specified key and value and region. |
Public Methods
Name | Description | |
---|---|---|
ToGeneric | Creates a generic version of this class. |
Public Properties
Name | Description | |
---|---|---|
Key | The unique identifier for this CacheItem. | |
RegionName | Name of the region in the cache for this CacheItem. | |
Value | Data for this CacheItem. |