CachedRefreshingEntityCollectionT Constructor

Initializes a new instance of the CachedRefreshingEntityCollectionT class

Definition

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

Parameters

cacheKey  String
 
initializeEntityCollection  FuncRefreshingEntityCollectionT
 

See Also