PHP Class spec\LdapTools\Cache\NoCacheSpec

Inheritance: extends PhpSpec\ObjectBehavior
Show file Open project: ldaptools/ldaptools

Public Methods

Method Description
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 ( )

Method Details

it_is_initializable() public method

public it_is_initializable ( )

it_should_always_return_null_when_calling_get() public method

it_should_implement_the_CacheInterface() public method

it_should_never_cache_when_calling_set() public method

it_should_return_false_when_calling_contains() public method

it_should_return_false_when_calling_getCacheCreationTime() public method

it_should_return_false_when_calling_getUseAutoCache() public method

it_should_return_true_when_calling_delete() public method

it_should_return_true_when_calling_delete_all() public method