FlavorsMapFlushCache Method (String) |
Note: This API is now obsolete.
Flush the custom flavor name cache for the specified mapper.
This method is
deprecated in favor of
FlushCache(IAppContext, String) in order to prevent
the possibility of cross-application flushing.
Namespace:
NetQuarry.Data
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax [ObsoleteAttribute("Deprecated -- use FlushCache(IAppContext cxt, string mapperKey).")]
public static void FlushCache(
string mapperKey
)
<ObsoleteAttribute("Deprecated -- use FlushCache(IAppContext cxt, string mapperKey).")>
Public Shared Sub FlushCache (
mapperKey As String
)
Parameters
- mapperKey
- Type: SystemString
The mapper for which to flush.
See Also