←Select platform

Regions Property

Summary

Number of current regions in the cache.

Syntax
C#
VB
C++
Java
[DataMemberAttribute(Name="regions")] 
public int Regions { get; set; } 
<DataMemberAttribute(Name:="regions")>  
Public Property Regions() As Integer 
   Get 
   Set 
public:  
   [DataMemberAttribute(Name=L"regions")] 
   property int Regions 
   { 
      int get() 
      void set(int value) 
   } 
public int getRegions() 
public void setRegions(int value) 

Property Value

The number of current regions in the cache. If this is the cache used by the LEADTOOLS Document Viewer then each region represents a document.

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

Leadtools.Caching Assembly

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