VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Web.HttpHandlers Namespace / VintasoftImageHandler Class / ClearSessionCache(String) Method
Syntax Requirements SeeAlso
In This Topic
    ClearSessionCache(String) Method (VintasoftImageHandler)
    In This Topic
    Clears the image tile cache and thumbnail cache for current HTTP session.
    Syntax
    'Declaration
    
    Protected Function ClearSessionCache( _
    ByVal session
    Identifier of HTTP session.
    As String _
    ) As Vintasoft.Shared.Web.WebResponseParamsBase

    Parameters

    session
    Identifier of HTTP session.

    Return Value

    Clear cache result.
    Requirements

    Target Platforms: .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also