MemoryCacheItemPool
final class MemoryCacheItemPool implements CacheItemPoolInterface (View source)
Simple in-memory cache implementation.
Methods
                    CacheItemInterface
                
                
                    getItem($key)
                                            
                
            {@inheritdoc}
                    iterable
                
                
                    getItems(array $keys = [])
                                            
                
            {@inheritdoc}
                    bool
                
                
                    hasItem($key)
                                            
                
            {@inheritdoc}
                    bool
                
                
                    clear()
                                            
                
            {@inheritdoc}
                    bool
                
                
                    deleteItem($key)
                                            
                
            {@inheritdoc}
                    bool
                
                
                    deleteItems(array $keys)
                                            
                
            {@inheritdoc}
                    bool
                
                
                    save(CacheItemInterface $item)
                                            
                
            {@inheritdoc}
                    bool
                
                
                    saveDeferred(CacheItemInterface $item)
                                            
                
            {@inheritdoc}
                    bool
                
                
                    commit()
                                            
                
            {@inheritdoc}
Details
        
                            CacheItemInterface
    getItem($key)
        
    
    {@inheritdoc}
        
                            iterable
    getItems(array $keys = [])
        
    
    {@inheritdoc}
        
                            bool
    hasItem($key)
        
    
    {@inheritdoc}
        
                            bool
    clear()
        
    
    {@inheritdoc}
        
                            bool
    deleteItem($key)
        
    
    {@inheritdoc}
        
                            bool
    deleteItems(array $keys)
        
    
    {@inheritdoc}
        
                            bool
    save(CacheItemInterface $item)
        
    
    {@inheritdoc}
        
                            bool
    saveDeferred(CacheItemInterface $item)
        
    
    {@inheritdoc}
        
                            bool
    commit()
        
    
    {@inheritdoc}