다음을 통해 공유


SPCachedObject Constructor

Include Protected Members
Include Inherited Members

Instantiates an SPCachedObject.

Overload List

  Name Description
Public method SPCachedObject() Instantiates an SPCachedObject as a wrapper that contains no object and default metadata.
Public method SPCachedObject(String, Object, TimeSpan) Instantiates an SPCachedObject that contains the specified object and that has the specified identifier and expiration TimeSpan properties.
Public method SPCachedObject(String, Object, List<KeyValuePair>, TimeSpan) Instantiates an SPCachedObject that contains the specified object and that has the specified identifier, index key-value pair, and expiration TimeSpan properties.
Public method SPCachedObject(String, Object, String, TimeSpan) Instantiates an SPCachedObject that contains the specified object and that has the specified identifier, expiration TimeSpan and parent identifier properties.

Top

See Also

Reference

SPCachedObject Class

SPCachedObject Members

Microsoft.Office.Server.ObjectCache Namespace