SPCachedObject Properties
Include Protected Members
Include Inherited Members
The SPCachedObject type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
![]() |
Data | Gets or sets the object that is being cached. |
![]() |
ExpireAfter | Gets or sets the expiration DateTime. |
![]() |
HitCountRead | Gets the number of read operations on the current SPCachedObject. |
![]() |
HitCountWrite | Gets the number of write operations on the current SPCachedObject. |
![]() |
Id | Gets or sets the unique identifier of the current SPCachedObject. |
![]() |
IndexValues | Gets or sets a list of KeyValuePair objects that specify index key-value pairs that can be used to access this object from the cache. |
![]() |
LastUpdateTime | Gets the latest time when the current SPCachedObject was updated. |
![]() |
ObjectTypeName | Gets the user-specified type name of the object that is being cached. |
![]() |
ParentID | Gets or sets the identifier of the parent SPCachedObject for the current SPCachedObject. |
![]() |
SizeBytes | Gets an approximate size of the current object that is being cached. |
Top
.gif)