PHP 클래스 spec\LdapTools\Cache\NoCacheSpec

상속: extends PhpSpec\ObjectBehavior
파일 보기 프로젝트 열기: ldaptools/ldaptools

공개 메소드들

메소드 설명
it_is_initializable ( )
it_should_always_return_null_when_calling_get ( )
it_should_implement_the_CacheInterface ( )
it_should_never_cache_when_calling_set ( )
it_should_return_false_when_calling_contains ( )
it_should_return_false_when_calling_getCacheCreationTime ( )
it_should_return_false_when_calling_getUseAutoCache ( )
it_should_return_true_when_calling_delete ( )
it_should_return_true_when_calling_delete_all ( )

메소드 상세

it_is_initializable() 공개 메소드

public it_is_initializable ( )

it_should_always_return_null_when_calling_get() 공개 메소드

it_should_implement_the_CacheInterface() 공개 메소드

it_should_never_cache_when_calling_set() 공개 메소드

it_should_return_false_when_calling_contains() 공개 메소드

it_should_return_false_when_calling_getCacheCreationTime() 공개 메소드

it_should_return_false_when_calling_getUseAutoCache() 공개 메소드

it_should_return_true_when_calling_delete() 공개 메소드

it_should_return_true_when_calling_delete_all() 공개 메소드