PHP Класс spec\LdapTools\Cache\DoctrineCacheSpec

Наследование: extends PhpSpec\ObjectBehavior
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$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