ISPCache.Put Method
Include Protected Members
Include Inherited Members
Stores an object in a cache.
Overload List
Name | Description | |
---|---|---|
Put(String, SPCachedObject) | Writes the specified object to the cache with the specified object type. | |
Put(String, []) | Writes the objects in the specified array to the cache with the specified object type. |
Top