PHP 클래스 spec\LdapTools\Cache\DoctrineCacheSpec

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

보호된 프로퍼티들

프로퍼티 타입 설명
$testCacheDir

공개 메소드들

메소드 설명
it_is_initializable ( )
it_should_be_case_insensitive_when_looking_up_an_item_in_the_cache ( )
it_should_cache_an_item_when_calling_set ( )
it_should_delete_all_items_in_the_cache ( )
it_should_delete_an_item_from_the_cache ( )
it_should_have_the_system_temp_dir_with_a_ldaptools_subfolder_as_the_default_cache_location ( )
it_should_implement_the_CacheInterface ( )
it_should_recognize_the_cache_folder_option ( )
it_should_recognize_the_cache_prefix_option ( )
it_should_return_a_default_cache_prefix_of_ldaptools_when_calling_getCachePrefix ( )
it_should_return_a_false_when_calling_getCacheCreationTime ( ) Expected to be false as it is not supported with the Doctrine Cache methods.
it_should_return_false_when_calling_contains_and_the_item_is_not_in_the_cache ( )
it_should_return_null_on_an_item_not_in_the_cache_when_calling_get ( )
it_should_return_true_when_calling_contains_and_the_item_is_in_the_cache ( )
it_should_support_setting_the_cache_folder ( )
it_should_support_setting_the_cache_prefix ( )
let ( )

메소드 상세

it_is_initializable() 공개 메소드

public it_is_initializable ( )

it_should_be_case_insensitive_when_looking_up_an_item_in_the_cache() 공개 메소드

it_should_cache_an_item_when_calling_set() 공개 메소드

it_should_delete_all_items_in_the_cache() 공개 메소드

it_should_delete_an_item_from_the_cache() 공개 메소드

it_should_have_the_system_temp_dir_with_a_ldaptools_subfolder_as_the_default_cache_location() 공개 메소드

it_should_implement_the_CacheInterface() 공개 메소드

it_should_recognize_the_cache_folder_option() 공개 메소드

it_should_recognize_the_cache_prefix_option() 공개 메소드

it_should_return_a_default_cache_prefix_of_ldaptools_when_calling_getCachePrefix() 공개 메소드

it_should_return_a_false_when_calling_getCacheCreationTime() 공개 메소드

Expected to be false as it is not supported with the Doctrine Cache methods.

it_should_return_false_when_calling_contains_and_the_item_is_not_in_the_cache() 공개 메소드

it_should_return_null_on_an_item_not_in_the_cache_when_calling_get() 공개 메소드

it_should_return_true_when_calling_contains_and_the_item_is_in_the_cache() 공개 메소드

it_should_support_setting_the_cache_folder() 공개 메소드

it_should_support_setting_the_cache_prefix() 공개 메소드

let() 공개 메소드

public let ( )

프로퍼티 상세

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

protected $testCacheDir