VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Annotation.Web.Services Namespace / AnnotationsCacheManager Class / ClearCache Methods / ClearCache(String) Method
Syntax Requirements SeeAlso
In This Topic
    ClearCache(String) Method (AnnotationsCacheManager)
    In This Topic
    Clears the cached annotation collections for all images in specified image file.
    Syntax
    'Declaration
    
    Public Overloads Overrides Sub ClearCache( _
    ByVal fileId
    File identifier.
    As String _
    )
    public override void ClearCache(
    string fileId
    )
    public: void ClearCache(
    string* fileId
    ); override
    public:
    void ClearCache(
    string^ fileId
    ); override

    Parameters

    fileId
    File identifier.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5

    See Also