Click or drag to resize

WebPageCacheControllerAddToCache Method (String, String, TimeSpan)

AddToCache

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public void AddToCache(
	string key,
	string data,
	TimeSpan expires
)

Parameters

key
Type: SystemString
data
Type: SystemString
expires
Type: SystemTimeSpan

Implements

ICacheAddToCache(String, String, TimeSpan)
See Also