Click or drag to resize

FlavorsMapFlushCache Method (IAppContext, String)

Flush the custom flavor name cache for the specified mapper.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static void FlushCache(
	IAppContext cxt,
	string mapperKey
)

Parameters

cxt
Type: NetQuarryIAppContext
The application context, required in order to ensure there is no cross-application flushing.
mapperKey
Type: SystemString
The mapper for which to flush.
See Also