Standard
class Standard implements QueryPoolInterface
Methods
                    __construct(JsonDecoderClientInterface $client, CacheItemPoolInterface $cacheItemPool, int $lifetime)
        
                                            
                
            No description
                    bool
                
                
                    save(BaseQuery $query, ResourceArray $entries)
        
                                            
                
            Saves the given query into the pool.
                    get(BaseQuery $query)
        
                                            
                
            No description
                    has(BaseQuery $query)
        
                                            
                
            No description
                    generateKey(BaseQuery $query)
        
                                            
                
            No description
                    warmUp(string $key)
        
                                            
                
            No description
Details
        at         line 43
                            
    __construct(JsonDecoderClientInterface $client, CacheItemPoolInterface $cacheItemPool, int $lifetime)
        
    
    
        at         line 56
                            bool
    save(BaseQuery $query, ResourceArray $entries)
        
    
    Saves the given query into the pool.