VintaSoft Imaging .NET SDK 12.5: Documentation for Web developer
Vintasoft.Imaging.Annotation.AspNetCore.ApiControllers Namespace / VintasoftAnnotationCollectionApiController Class / ClearCache(WebImageFileRequestParams) Method
Syntax Requirements SeeAlso
In This Topic
    ClearCache(WebImageFileRequestParams) Method (VintasoftAnnotationCollectionApiController)
    In This Topic
    Clears the image tiles cache, thumbnails cache and annotations cache for specified file.
    Syntax
    'Declaration
    
    <HttpPostAttribute("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")>
    Public Overridable Function ClearCache( _
    ByVal requestParams
    Information about web file.
    As Vintasoft.Shared.Web.WebImageFileRequestParams _
    ) As Vintasoft.Shared.Web.WebImageFileResponseParams
    [HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")]
    public virtual Vintasoft.Shared.Web.WebImageFileResponseParams ClearCache(
    Vintasoft.Shared.Web.WebImageFileRequestParams requestParams
    )
    [HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")]
    public: virtual Vintasoft.Shared.Web.WebImageFileResponseParams* ClearCache(
    Vintasoft.Shared.Web.WebImageFileRequestParams* requestParams
    )
    [HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")]
    public:
    virtual Vintasoft.Shared.Web.WebImageFileResponseParams^ ClearCache(
    Vintasoft.Shared.Web.WebImageFileRequestParams^ requestParams
    )

    Parameters

    requestParams
    Information about web file.

    Return Value

    Response from the server, which contains request result.
    Requirements

    Target Platforms: .NET 8; .NET 7, .NET 6

    See Also