Set
ICache.Set method
Inserts a cache entry into the cache.
public void Set(string key, object value)
| Parameter | Type | Description |
|---|---|---|
| key | String | A unique identifier for the cache entry. |
| value | Object | The object to insert. |
See Also
- interface ICache
- namespace GroupDocs.Viewer.Caching
- assembly GroupDocs.Viewer