Error processing SSI file
LEADTOOLS Leadtools.Documents (Leadtools.Documents assembly)

IsCacheAccessible Property

Show in webframe
Is the cache on the server accessible.
Syntax
get_isCacheAccessible();
Object.defineProperty('isCacheAccessible');

Property Value

TypeDescription
booleantrue if the cache on the service is accessible; otherwise, false.
Remarks

IsCacheAccessible can be used to determine from the client application if the cache setting on the server is working. The service will try create a dummy item in the cache and read its value. If the operation is successful, then the value of IsCacheAccessible will be true. If an error occurs, the value of IsCacheAccessible will be false.

Here are some of the common errors that may occur while checking the cache:

If the cache is not accessible, then the DocumentViewer will almost certainly fail to perform any of its operations. The LEADTOOLS Document Viewer Demo application checks for this value at start up time and will show a warning message if any errors occur.

See Also

Reference

ServiceStatus Object
ServiceStatus Members

Error processing SSI file