ConfigurationListProvider Constructor

Default constructor

Definition

Namespace: Ignition.Framework.Repositories
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
public ConfigurationListProvider(
	string cacheRegion,
	TimeSpan? cacheDuration = null
)

Parameters

cacheRegion  String
Generally should be the runtime name of the class that owns this instance of ConfigurationListProvider. This name should be retrieved using your object's GetType type's FullName property. When caching is enabled this provider will keep cached sub-entities in a system-wide cache uniquely identified by a combination of this name and the value-types compile time type
cacheDuration  NullableTimeSpan  (Optional)
How long lists should be cached; default is 30 minutes if not provided

See Also