←Select platform

DocumentMemoryCacheStartOptions Class

Summary

Options to use with DocumentMemoryCache.

Syntax
C#
VB
C++
public class DocumentMemoryCacheStartOptions 
Public Class DocumentMemoryCacheStartOptions 
public: 
   ref class DocumentMemoryCacheStartOptions 
Remarks

DocumentMemoryCacheStartOptions is used as the parameter for DocumentMemoryCache.Start and contains the following members:

Member Description
MinimumLoadDuration Minimum amount of time the initial loading of a document takes to be considered for memory optimization
MaximumItems Maximum number of items to keep in the cache
SlidingExpiration Amount of time a cache entry can remain in the cache without being touched before being deleted
TimerInterval Interval the timer uses to check for and remove expired items

Refer to DocumentMemoryCache for more information.

Example

For an example, refer to DocumentMemoryCache.

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.