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

DeleteFromCache Method

Show in webframe
The unique identifier of the Document object.
Deletes the specified Document from the cache.
Syntax
 function Leadtools.Documents.DocumentFactory.deleteFromCache( 
   documentId 
)

Parameters

ParameterTypeDescription
documentIdstringThe unique identifier of the Document object.

Return Value

TypeDescription
jQueryApi.IDeferred A voidPromise object that may resolve succesfully.
Remarks

When a Document object is loaded with either LoadFromUri or LoadFromCache, the unique DocumentId property is available. DeleteFromCache can use this value to immediately delete the data from the cache.

See Also

Reference

DocumentFactory Object
DocumentFactory Members

Error processing SSI file