VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Web.Services Namespace / ImageTilesCacheManager Class / IsImageFileCacheExist(String) Method
Syntax Requirements SeeAlso
In This Topic
    IsImageFileCacheExist(String) Method (ImageTilesCacheManager)
    In This Topic
    Determines that the cache manager contains the image cache for an image file.
    Syntax
    'Declaration
    
    Public Overridable Function IsImageFileCacheExist( _
    ByVal fileId
    An image file identifier.
    As String _
    ) As Boolean
    public virtual bool IsImageFileCacheExist(
    string fileId
    )
    public: virtual bool IsImageFileCacheExist(
    string* fileId
    )
    public:
    virtual bool IsImageFileCacheExist(
    string^ fileId
    )

    Parameters

    fileId
    An image file identifier.

    Return Value

    True - the cache manager contains the image cache for an image file (this does NOT mean that cache manager contains cache for all pages); false - the cache manager does NOT contain the image cache for an image file.
    Requirements

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

    See Also