Click or drag to resize

ICachingManagerAdd Method (String, Object)

Adds the specified item to the cache.

Namespace:  Atomia.Billing.Core.Sdk.BusinessLogic
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
void Add(
	string key,
	Object value
)

Parameters

key
Type: SystemString
The key.
value
Type: SystemObject
The value.
See Also