PHP Interface Cache\Taggable\TaggablePoolInterface

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

Méthodes publiques

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

Method Details

clearTags() public méthode

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

getItem() public méthode

public getItem ( string $key ) : Cache\Taggable\TaggableItemInterface
$key string
Résultat Cache\Taggable\TaggableItemInterface