Number of current regions in the cache. 


            
            
            
            
            [DataMemberAttribute(Name="regions", IsNameSetExplicitly=true)]
public int Regions {get; set;}
             
        
            
            'Declaration
 
<DataMemberAttribute(Name="regions", IsNameSetExplicitly=True)>
Public Property Regions As Integer
             
        
            
            'Usage
 
Dim instance As CacheStatistics
Dim value As Integer
 
instance.Regions = value
 
value = instance.Regions
             
        
            
            
            
        
            
            public int getRegions()
public void setRegions(int value)
            
             
        
            
            [DataMemberAttribute(Name="regions", IsNameSetExplicitly=true)]
public:
property int Regions {
   int get();
   void set (    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.