VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Annotation.Web.Services Namespace / AnnotationsCacheManager Class / IsImageFileCacheExist(String) Method
Syntax Requirements SeeAlso
In This Topic
IsImageFileCacheExist(String) Method (AnnotationsCacheManager)
In This Topic
Determines that the cache manager caches the annotation collections for an image file.
Syntax
'Declaration

Public Overridable Function IsImageFileCacheExist( _
ByVal fileId
File identifier.
As String _
) As Boolean
public virtual bool IsImageFileCacheExist(
string fileId
)

Parameters

fileId
File identifier.

Return Value

True - the cache manager caches the annotation collections for at least 1 image from image file; false - the cache manager does NOT cache annotation collections for images from image file.
Requirements

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

See Also