CacheLocal deprecated
class CacheLocal (View source)
deprecated
Methods
                    static string
                
                
                    key(string $group, string $id)
        
                                            
                
            Creates a cache key based on the group and id by running it through md5.
                    static 
                
                
                    get()
        
                                            
                
            No description
                    static 
                
                
                    getEntry($type, $id)
        
                                            
                
            No description
                    static 
                
                
                    flush()
        
                                            
                
            No description
                    static 
                
                
                    delete($type, $id)
        
                                            
                
            No description
                    static 
                
                
                    set($type, $id, $object)
        
                                            
                
            No description
Details
        
                static            string
    key(string $group, string $id)
        
    
    Creates a cache key based on the group and id by running it through md5.
        
                static            
    get()
        
    
    No description
        
                static            
    getEntry($type, $id)
        
    
    No description
        
                static            
    flush()
        
    
    No description
        
                static            
    delete($type, $id)
        
    
    No description
        
                static            
    set($type, $id, $object)
        
    
    No description