PHP 인터페이스 LdapTools\Cache\CacheableItemInterface

저자: Chad Sikorra ([email protected])
파일 보기 프로젝트 열기: ldaptools/ldaptools 0 사용 예제들

공개 메소드들

메소드 설명
getCacheName ( ) : string The cache name that should be referred to for the item. It should be unique.
getCacheType ( ) : string The cache type of the item, such as the class name or something else.

메소드 상세

getCacheName() 공개 메소드

The cache name that should be referred to for the item. It should be unique.
public getCacheName ( ) : string
리턴 string

getCacheType() 공개 정적인 메소드

The cache type of the item, such as the class name or something else.
public static getCacheType ( ) : string
리턴 string