PHP Interface Cache\Taggable\TaggablePoolInterface

Author: Tobias Nyholm ([email protected])
Inheritance: extends Psr\Cache\CacheItemPoolInterface
Mostra file Open project: php-cache/cache Interface Usage Examples

Public Methods

Method Description
clearTags ( array $tags ) : boolean Clear all items with a tag in $tags.
getItem ( string $key ) : Cache\Taggable\TaggableItemInterface

Method Details

clearTags() public method

Clear all items with a tag in $tags.
public clearTags ( array $tags ) : boolean
$tags array
return boolean

getItem() public method

public getItem ( string $key ) : Cache\Taggable\TaggableItemInterface
$key string
return Cache\Taggable\TaggableItemInterface