PageCache
abstract class PageCache implements FlushableInterface (View source)
Properties
| static | $library | 
Methods
                    static 
                
                
                    getLibrary()
        
                                            
                
            No description
                    getCacheKey($mixed)
        
                                            
                
            No description
                    getRecord($mixed)
        
                                            
                
            No description
                    flush()
        
                                            
                
            Removes all values from the cache.
Details
        
                            
    deliver(PageCacheRecord $record)
        
    
    No description
        
                static            
    getLibrary()
        
    
    No description
        
                            
    shouldCheckCache(Request $req)
        
    
    No description
        
                            
    outputCacheHeaders(Page $c)
        
    
    No description
        
                            
    getCacheHeaders(Page $c)
        
    
    No description
        
                            
    shouldAddToCache(PageView $v)
        
    
    No description
        
                            
    getCacheKey($mixed)
        
    
    No description
        
            abstract                
    getRecord($mixed)
        
    
    No description
        
            abstract                
    set(Page $c, $content)
        
    
    No description
        
            abstract                
    purgeByRecord(PageCacheRecord $rec)
        
    
    No description
        
            abstract                
    purge(Page $c)
        
    
    No description
        
            abstract                
    flush()
        
    
    Removes all values from the cache.