PHP 인터페이스 Neos\Cache\Backend\TaggableBackendInterface

상속: extends Neos\Cache\Backend\BackendInterface
파일 보기 프로젝트 열기: neos/flow-development-collection

공개 메소드들

메소드 설명
findIdentifiersByTag ( string $tag ) : array Finds and returns all cache entry identifiers which are tagged by the specified tag.
flushByTag ( string $tag ) : integer Removes all cache entries of this cache which are tagged by the specified tag.

메소드 상세

findIdentifiersByTag() 공개 메소드

Finds and returns all cache entry identifiers which are tagged by the specified tag.
public findIdentifiersByTag ( string $tag ) : array
$tag string The tag to search for
리턴 array An array with identifiers of all matching entries. An empty array if no entries matched

flushByTag() 공개 메소드

Removes all cache entries of this cache which are tagged by the specified tag.
public flushByTag ( string $tag ) : integer
$tag string The tag the entries must have
리턴 integer The number of entries which have been affected by this flush or NULL if the number is unknown