Click or drag to resize

CacheHelper Constructor

Namespace:  Omada.OE.Model.Helper
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public CacheHelper(
	string cacheName = null
)

Parameters

cacheName (Optional)
Type: SystemString
If null the default cache will be used.
See Also