Interface ICacheableSubContentParser
Interface implemented by sub-content parsers that need to reuse the parser instance for performance
Inherited Members
Namespace: Sdl.FileTypeSupport.Framework.NativeApi
Assembly: Sdl.FileTypeSupport.Framework.Core.dll
Syntax
public interface ICacheableSubContentParser : ISubContentParser
Methods
Reinitialize()
called by the framework to reinitialize the cached sub-content parser on subsequent runs
Declaration
void Reinitialize()