CachedRefreshingEntityCollectionTCreate Method

Definition

Namespace: Ignition.Framework.Entities.Collections
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
public static CachedRefreshingEntityCollection<T> Create(
	string cacheId,
	Func<IEnumerable<T>> refreshCallback
)

Parameters

cacheId  String
 
refreshCallback  FuncIEnumerableT
 

Return Value

CachedRefreshingEntityCollectionT

See Also