SPCachedObject Properties

Include Protected Members
Include Inherited Members

The SPCachedObject type exposes the following members.

Properties

  Name Description
Public property Data Gets or sets the object that is being cached.
Public property ExpireAfter Gets or sets the expiration DateTime.
Public property HitCountRead Gets the number of read operations on the current SPCachedObject.
Public property HitCountWrite Gets the number of write operations on the current SPCachedObject.
Public property Id Gets or sets the unique identifier of the current SPCachedObject.
Public property 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.
Public property LastUpdateTime Gets the latest time when the current SPCachedObject was updated.
Public property ObjectTypeName Gets the user-specified type name of the object that is being cached.
Public property ParentID Gets or sets the identifier of the parent SPCachedObject for the current SPCachedObject.
Public property SizeBytes Gets an approximate size of the current object that is being cached.

Top

See Also

Reference

SPCachedObject Class

Microsoft.Office.Server.ObjectCache Namespace