PHP 인터페이스 Cache\Taggable\TaggablePoolInterface

저자: Tobias Nyholm ([email protected])
상속: extends Psr\Cache\CacheItemPoolInterface
파일 보기 프로젝트 열기: php-cache/cache 0 사용 예제들

공개 메소드들

메소드 설명
clearTags ( array $tags ) : boolean Clear all items with a tag in $tags.
getItem ( string $key ) : Cache\Taggable\TaggableItemInterface

메소드 상세

clearTags() 공개 메소드

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

getItem() 공개 메소드

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