←Select platform

CacheSize Property

Summary

Gets or sets the maximum size of the cache folder.

Syntax

C#
VB
C++
public int CacheSize { get; set; } 
  
Public Property CacheSize As Integer 
public: 
property int CacheSize { 
   int get(); 
   void set (    int ); 
} 

Property Value

The maximum size of the cache folder in megabytes (MB).

Example

For an example, refer to JpipServer.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip.Server Assembly