IsImageFileCacheExist(String) Method (ImageTilesCacheManager)
Determines that the cache manager contains the image cache for an image file.
'Declaration
Public Overridable Function IsImageFileCacheExist( _
ByVal As String _
) As Boolean
public virtual bool IsImageFileCacheExist(
string
)
public: virtual bool IsImageFileCacheExist(
string*
)
public:
virtual bool IsImageFileCacheExist(
string^
)
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.
Target Platforms: .NET9; .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5