Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
Cache
Taggable
TaggablePoolInterface
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