Inserts a cache entry into the cache.
Namespace: GroupDocs.Conversion.CachingAssembly: GroupDocs.Conversion (in GroupDocs.Conversion.dll) Version: 22.5.0.0 (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