PHP 트레잇 LdapTools\Cache\CacheTrait

저자: Chad Sikorra ([email protected])
파일 보기 프로젝트 열기: ldaptools/ldaptools

보호된 프로퍼티들

프로퍼티 타입 설명
$cachePrefix The prefix for the cache.

공개 메소드들

메소드 설명
getCachePrefix ( ) : string Get the prefix used for the cache item name.
setCachePrefix ( string $prefix ) Set the prefix used for the cache item name.

보호된 메소드들

메소드 설명
getCacheName ( string $itemType, string $itemName ) : string Form the "name" string that the cache uses to refer to this item.

메소드 상세

getCacheName() 보호된 메소드

Form the "name" string that the cache uses to refer to this item.
protected getCacheName ( string $itemType, string $itemName ) : string
$itemType string
$itemName string
리턴 string

getCachePrefix() 공개 메소드

Get the prefix used for the cache item name.
public getCachePrefix ( ) : string
리턴 string

setCachePrefix() 공개 메소드

Set the prefix used for the cache item name.
public setCachePrefix ( string $prefix )
$prefix string

프로퍼티 상세

$cachePrefix 보호되어 있는 프로퍼티

The prefix for the cache.
protected $cachePrefix