LRUCache<'K, 'V> Type
Represents a Least Recently Used (LRU) cache that does not support concurrency.
Constructors
| Constructor | Description | 
            
                
              
               | 
          
            
 
  | 
        
Instance members
| Instance member | Description | 
            
                
              
              
                  Full Usage: 
                   
              this.Add
                  Parameters: 
 'K
                    
                    value : 'V
                    
                     | 
          
            
  | 
        
            
                
              
              
                  Full Usage: 
                   
              this.Clear
                   | 
          |
            
                
              
              
                  Full Usage: 
                   
              this.Count
                  Returns: int
                  
                   | 
          
            
  | 
        
            
                
              
              
             | 
          |
            
                
              
              
             | 
          
            
  | 
        
            B2R2