- org.codehaus.groovy.runtime.memoize.NullProtectionStorage
 
    
        - 
            
                - All Implemented Interfaces and Traits:
 
                - ProtectionStorage
 
            
    
            
            
            
public final class NullProtectionStorage
extends Object
implements ProtectionStorage
     A NullObject pattern implementation for ProtectionStorage
 Doesn't protect any resources.
 Used when the user doesn't mind to eventually have the whole memoize cache emptied by gc.
 
           
    
 
    
        - 
        
        
        
        
        
        
        
        
        
        
        
        
        
        
            
            - 
                    
Methods Summary
                    
                    
                        Methods 
                        
                            | Type Params | 
                            Return Type | 
                            Name and description | 
                        
                        
                        
                             | 
                            public void | 
                            touch(Object key, Object value) Does nothing | 
                        
                        
                    
                   
               
            
            - 
                    
Inherited Methods Summary
                    
               
                
        
        
     
    
 
    
        - 
           
            
            
            
            
            
            
            
                - 
                    
                
                    
Method Detail
                    
                        
                        
                            - 
                                
public void touch(Object key, Object value)
                                 Does nothing
      
- Parameters:
 key -    The key of the element to renewvalue -  A value to newly associate with the key
                             
                        
                    
                 
            
            
         
    
 
    
    
        
            - Summary: 
 
            Nested   Field      Constructor   - Method
    
        
        
            -  | Detail: 
 
            Field      Constructor   - Method
    
        
     
    Copyright © 2003-2020 The Apache Software Foundation. All rights reserved.