OpCache
class OpCache (View source)
Manages opcaches.
Methods
                    static 
                
                
                    clear(string|null $file = null)
        
                                            
                
            Clear the opcache.
                    static bool
                
                
                    hasEAccelerator()
        
                                            
                
            Is eAccelerator installed and enabled?
                    static bool
                
                
                    hasAPC()
        
                                            
                
            Is Alternative PHP Cache (APC) installed and enabled?
                    static bool
                
                
                    hasXCache()
        
                                            
                
            Is XCache installed and enabled?
                    static bool
                
                
                    hasWinCache()
        
                                            
                
            Is WinCacne installed and enabled?
                    static bool
                
                
                    hasZendOpCache()
        
                                            
                
            Is Zend OPCache installed and enabled?
Details
        
                static            
    clear(string|null $file = null)
        
    
    Clear the opcache.
        
                static            bool
    hasEAccelerator()
        
    
    Is eAccelerator installed and enabled?
        
                static            bool
    hasAPC()
        
    
    Is Alternative PHP Cache (APC) installed and enabled?
        
                static            bool
    hasXCache()
        
    
    Is XCache installed and enabled?
        
                static            bool
    hasWinCache()
        
    
    Is WinCacne installed and enabled?
        
                static            bool
    hasZendOpCache()
        
    
    Is Zend OPCache installed and enabled?