VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Web.HttpHandlers Namespace / VintasoftImageCollectionHandler Class / ClearSessionCache(String) Method
Syntax Requirements SeeAlso
In This Topic
ClearSessionCache(String) Method (VintasoftImageCollectionHandler)
In This Topic
Clears the image collection cache and serialized document cache for current HTTP session.
Syntax
'Declaration

Protected Overridable Function ClearSessionCache( _
ByVal session
Identifier of HTTP session.
As String _
) As Vintasoft.Shared.Web.WebResponseParamsBase
protected virtual Vintasoft.Shared.Web.WebResponseParamsBase ClearSessionCache(
string session
)

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