Error processing SSI file
LEADTOOLS Leadtools.Documents (Leadtools.Documents assembly)

Show in webframe

CreateCacheItemPolicy Method






Create a new policy to be used when items of this document is cached.
Syntax
public CacheItemPolicy CreateCacheItemPolicy()
'Declaration
 
Public Function CreateCacheItemPolicy() As CacheItemPolicy
'Usage
 
Dim instance As Document
Dim value As CacheItemPolicy
 
value = instance.CreateCacheItemPolicy()
public CacheItemPolicy createCacheItemPolicy()
            
public:
CacheItemPolicy^ CreateCacheItemPolicy(); 

Return Value

The new cache policy.
Remarks

This will return a copy of the policy used in CreateDocumentOptions.CachePolicy, LoadDocumentOptions.CachePolicy or UploadDocumentOptions.CachePolicy used when this document was original created.

This Document will use this method to create the policy when saving items to the cache. The user should use the same method when creating similar items if needed.

Requirements

Target Platforms

See Also

Reference

Document Class
Document Members

Error processing SSI file
   Leadtools.Documents requires a Document or Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features