Loads a previously saved document stream data from the specified cache.
public static Stream LoadStreamFromCache(LoadFromCacheOptions options)
public:static Stream^ LoadStreamFromCache(LoadFromCacheOptions^ options)
def LoadStreamFromCache(self,options):
options
Options identifying the document to load.
The document stream if found in the cache; otherwise, null.
This method returns null if the data was in the cache but expired and was purged.
This method may also return null if the data was associated with a user token and the correct value was not passed in options . Refer to InvalidUserTokenException for more information.
Saving and loading from the cache is useful if the data is to be re-used between sessions in your application. The document identifier (_documentId_) is all that is needed to store in order to re-construct the document after saved to the cache and disposed. This ID can be stored in a database or passed to the client side as in the case of the LEADTOOLS Document Web Service.
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
