Deletes a document from the specified cache.
public static bool DeleteFromCache(
ObjectCache cache,
string documentId
)
Public Shared Function DeleteFromCache(
ByVal cache As ObjectCache,
ByVal documentId As String
) As Boolean
public:
static bool DeleteFromCache(
ObjectCache^ cache,
String^ documentId
)
public static boolean deleteFromCache(ObjectCache cache, String documentId)
cache
The cache object to use. This value cannot be null.
documentId
The document identifier. This value cannot be null.
true if the document was purged successfully from the cache; otherwise, false if the document was not found in the cache.
Note: This method will be deprecated in the next version of LEADTOOLS. Use DeleteFromCache(LoadFromCacheOptions) instead.
Use this method to delete a document previously stored in the cache with SaveToCache.
This method can return false if the document has expired and was purged from the cache in another way.
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