SPCachedObject Constructor
Include Protected Members
Include Inherited Members
Instantiates an SPCachedObject.
Overload List
Name | Description | |
---|---|---|
SPCachedObject() | Instantiates an SPCachedObject as a wrapper that contains no object and default metadata. | |
SPCachedObject(String, Object, TimeSpan) | Instantiates an SPCachedObject that contains the specified object and that has the specified identifier and expiration TimeSpan properties. | |
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. | |
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