Click or drag to resize

CachedRefreshingEntityCollectionT Constructor

Initializes a new instance of the CachedRefreshingEntityCollectionT class

Namespace: Ignition.Framework.Entities.Collections
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
public CachedRefreshingEntityCollection(
	string cacheKey,
	Func<RefreshingEntityCollection<T>> initializeEntityCollection
)

Parameters

cacheKey  String
 
initializeEntityCollection  FuncRefreshingEntityCollectionT
 
See Also