Click or drag to resize

ICacheAddToCache Method

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
void AddToCache(
	string key,
	string value,
	TimeSpan expires = null
)

Parameters

key
Type: SystemString
value
Type: SystemString
expires (Optional)
Type: SystemTimeSpan
See Also