Inserts a cache entry into the cache.
Namespace: GroupDocs.Conversion.CachingAssembly: GroupDocs.Conversion (in GroupDocs.Conversion.dll) Version: 22.5.0.0 (22.5)
Syntaxpublic void Set(
string key,
Object value
)
Public Sub Set (
key As String,
value As Object
)
public:
virtual void Set(
String^ key,
Object^ value
) sealed
abstract Set :
key : string *
value : Object -> unit
override Set :
key : string *
value : Object -> unit
Parameters
- key
- Type: SystemString
A unique identifier for the cache entry. - value
- Type: SystemObject
The object to insert.
Implements
ICacheSet(String, Object)
See Also