Deletes the specified Document from the cache.
deleteFromCache = function(documentId)
static deleteFromCache(documentId: string): JQueryPromise<any>;
documentId
The unique identifier of the Document object.
A void
Promise object that may resolve successfully.
When a Document object is loaded with either LoadFromUri or LoadFromCache or saved to the cache with SaveToCache, the unique DocumentId property is available. DeleteFromCache can use this value to immediately delete the data from the cache.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET