Click or drag to resize

InternalCacheHelperAddCacheItemT Method

Add an 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
public static void AddCacheItem<T>(
	Dictionary<T, InternalCacheItem> cache,
	T key,
	Object item
)

Parameters

cache
Type: System.Collections.GenericDictionaryT, InternalCacheItem
Cache
key
Type: T
Key value
item
Type: SystemObject
Item to cache

Type Parameters

T
Data type of the key
See Also