Deletes a document from the cache.
public static bool DeleteFromCache(
LoadFromCacheOptions options
)
Public Shared Function DeleteFromCache(
ByVal options As LoadFromCacheOptions
) As Boolean
public:
static bool DeleteFromCache(
LoadFromCacheOptions^ options
)
options
Options containing the cache and document ID to delete.
true if the document was purged successfully from the cache; otherwise, false if the document was not found in the cache.
Use this method to delete a document previously stored in the cache with SaveToCache.
The options parameters must contain the document ID in the LoadFromCacheOptions.DocumentId property and the cache containing it in LoadFromCacheOptions.Cache.
This method can return false if the document has expired and was purged from the cache in another way.
This method can also return false if the document was associated with a user token and the correct value was not passed in options*. Refer to InvalidUserTokenException for more information.
This method works by calling LoadFromCache first. If this succeeds, it will set the value of LEADDocument.AutoDeleteFromCache to true and dispose the document. The document will then remove itself from the cache as usual.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document