Click or drag to resize

ICachingManagerAdd Method (String, Object, CacheExpirationType, TimeSpan)

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,
	CacheExpirationType expirationType,
	TimeSpan expirationPeriod
)

Parameters

key
Type: SystemString
The key.
value
Type: SystemObject
The value.
expirationType
Type: Atomia.Billing.Core.Sdk.BusinessLogicCacheExpirationType
Type of the expiration.
expirationPeriod
Type: SystemTimeSpan
The expiration period.
See Also