InstanceCache
class InstanceCache
Methods
                    __construct()
        
                                            
                
            InstanceCache constructor.
                    bool
                
                
                    hasSpace()
        
                                            
                
            Whether the space has been cached or not.
                    ContentType|null
                
                
                    getContentType(string $id)
        
                                            
                
            No description
                    bool
                
                
                    hasContentType(string $id)
        
                                            
                
            No description
Details
        at         line 32
                            
    __construct()
        
    
    InstanceCache constructor.
Currently empty but exists for forward compatibility.
        at         line 41
                            Space|null
    getSpace()
        
    
    Get the space to which this instance Cache belongs.
        at         line 51
                            
    setSpace(Space $space)
        
    
    Set the space to which this instance Cache belongs.
        at         line 61
                            bool
    hasSpace()
        
    
    Whether the space has been cached or not.