PHP 클래스 LdapTools\Cache\NoCache

저자: Chad Sikorra ([email protected])
상속: implements LdapTools\Cache\CacheInterface
파일 보기 프로젝트 열기: ldaptools/ldaptools 1 사용 예제들

공개 메소드들

메소드 설명
contains ( $itemType, $itemName )
delete ( $type, $name )
deleteAll ( )
get ( $itemType, $itemName )
getCacheCreationTime ( $itemType, $itemName )
getUseAutoCache ( )
set ( LdapTools\Cache\CacheableItemInterface $item )
setOptions ( array $options )

메소드 상세

contains() 공개 메소드

public contains ( $itemType, $itemName )

delete() 공개 메소드

public delete ( $type, $name )

deleteAll() 공개 메소드

public deleteAll ( )

get() 공개 메소드

public get ( $itemType, $itemName )

getCacheCreationTime() 공개 메소드

public getCacheCreationTime ( $itemType, $itemName )

getUseAutoCache() 공개 메소드

public getUseAutoCache ( )

set() 공개 메소드

public set ( LdapTools\Cache\CacheableItemInterface $item )
$item LdapTools\Cache\CacheableItemInterface

setOptions() 공개 메소드

public setOptions ( array $options )
$options array