Inserts a cache entry into the cache.
Namespace: GroupDocs.Viewer.CachingAssembly: GroupDocs.Viewer (in GroupDocs.Viewer.dll) Version: 22.5
Syntaxvoid Set(
string key,
Object value
)
Sub Set (
key As String,
value As Object
)
void Set(
String^ key,
Object^ value
)
abstract Set :
key : string *
value : Object -> unit
Parameters
- key
- Type: SystemString
A unique identifier for the cache entry. - value
- Type: SystemObject
The object to insert.
See Also