\spec\League\Flysystem\CachedCachedAdapterSpec

Summary

Methods
Properties
Constants
let()
it_is_initializable()
it_should_forward_read_streams()
it_should_cache_writes()
it_should_cache_streamed_writes()
it_should_cache_streamed_updates()
it_should_ignore_failed_writes()
it_should_ignore_failed_streamed_writes()
it_should_cache_updated()
it_should_ignore_failed_updates()
it_should_ignore_failed_streamed_updates()
it_should_cache_renames()
it_should_ignore_rename_fails()
it_should_cache_copies()
it_should_ignore_copy_fails()
it_should_cache_deletes()
it_should_ignore_delete_fails()
it_should_cache_dir_deletes()
it_should_ignore_delete_dir_fails()
it_should_cache_dir_creates()
it_should_ignore_create_dir_fails()
it_should_cache_set_visibility()
it_should_ignore_set_visibility_fails()
it_should_indicate_missing_files()
it_should_indicate_file_existance()
it_should_cache_missing_files()
it_should_delete_when_metadata_is_missing()
it_should_cache_has()
it_should_list_cached_contents()
it_should_ignore_failed_list_contents()
it_should_cache_contents_listings()
it_should_use_cached_visibility()
it_should_cache_get_visibility()
it_should_ignore_failed_get_visibility()
it_should_use_cached_timestamp()
it_should_cache_timestamps()
it_should_ignore_failed_get_timestamps()
it_should_cache_get_metadata()
it_should_use_cached_metadata()
it_should_ignore_failed_get_metadata()
it_should_cache_get_size()
it_should_use_cached_size()
it_should_ignore_failed_get_size()
it_should_cache_get_mimetype()
it_should_use_cached_mimetype()
it_should_ignore_failed_get_mimetype()
it_should_cache_reads()
it_should_use_cached_file_contents()
it_should_ignore_failed_reads()
No public properties found
No constants found
make_it_use_getter_cache()
make_it_cache_getter()
make_it_ignore_failed_getter()
No protected properties found
N/A
No private methods found
$adapter
$cache
N/A

Properties

$adapter

$adapter : \League\Flysystem\AdapterInterface

Type

AdapterInterface

$cache

$cache : \League\Flysystem\Cached\CacheInterface

Type

CacheInterface

Methods

let()

let(\League\Flysystem\AdapterInterface  $adapter, \League\Flysystem\Cached\CacheInterface  $cache) : mixed

Parameters

\League\Flysystem\AdapterInterface $adapter
\League\Flysystem\Cached\CacheInterface $cache

Returns

mixed —

it_is_initializable()

it_is_initializable() : mixed

Returns

mixed —

it_should_forward_read_streams()

it_should_forward_read_streams() : mixed

Returns

mixed —

it_should_cache_writes()

it_should_cache_writes() : mixed

Returns

mixed —

it_should_cache_streamed_writes()

it_should_cache_streamed_writes() : mixed

Returns

mixed —

it_should_cache_streamed_updates()

it_should_cache_streamed_updates() : mixed

Returns

mixed —

it_should_ignore_failed_writes()

it_should_ignore_failed_writes() : mixed

Returns

mixed —

it_should_ignore_failed_streamed_writes()

it_should_ignore_failed_streamed_writes() : mixed

Returns

mixed —

it_should_cache_updated()

it_should_cache_updated() : mixed

Returns

mixed —

it_should_ignore_failed_updates()

it_should_ignore_failed_updates() : mixed

Returns

mixed —

it_should_ignore_failed_streamed_updates()

it_should_ignore_failed_streamed_updates() : mixed

Returns

mixed —

it_should_cache_renames()

it_should_cache_renames() : mixed

Returns

mixed —

it_should_ignore_rename_fails()

it_should_ignore_rename_fails() : mixed

Returns

mixed —

it_should_cache_copies()

it_should_cache_copies() : mixed

Returns

mixed —

it_should_ignore_copy_fails()

it_should_ignore_copy_fails() : mixed

Returns

mixed —

it_should_cache_deletes()

it_should_cache_deletes() : mixed

Returns

mixed —

it_should_ignore_delete_fails()

it_should_ignore_delete_fails() : mixed

Returns

mixed —

it_should_cache_dir_deletes()

it_should_cache_dir_deletes() : mixed

Returns

mixed —

it_should_ignore_delete_dir_fails()

it_should_ignore_delete_dir_fails() : mixed

Returns

mixed —

it_should_cache_dir_creates()

it_should_cache_dir_creates() : mixed

Returns

mixed —

it_should_ignore_create_dir_fails()

it_should_ignore_create_dir_fails() : mixed

Returns

mixed —

it_should_cache_set_visibility()

it_should_cache_set_visibility() : mixed

Returns

mixed —

it_should_ignore_set_visibility_fails()

it_should_ignore_set_visibility_fails() : mixed

Returns

mixed —

it_should_indicate_missing_files()

it_should_indicate_missing_files() : mixed

Returns

mixed —

it_should_indicate_file_existance()

it_should_indicate_file_existance() : mixed

Returns

mixed —

it_should_cache_missing_files()

it_should_cache_missing_files() : mixed

Returns

mixed —

it_should_delete_when_metadata_is_missing()

it_should_delete_when_metadata_is_missing() : mixed

Returns

mixed —

it_should_cache_has()

it_should_cache_has() : mixed

Returns

mixed —

it_should_list_cached_contents()

it_should_list_cached_contents() : mixed

Returns

mixed —

it_should_ignore_failed_list_contents()

it_should_ignore_failed_list_contents() : mixed

Returns

mixed —

it_should_cache_contents_listings()

it_should_cache_contents_listings() : mixed

Returns

mixed —

it_should_use_cached_visibility()

it_should_use_cached_visibility() : mixed

Returns

mixed —

it_should_cache_get_visibility()

it_should_cache_get_visibility() : mixed

Returns

mixed —

it_should_ignore_failed_get_visibility()

it_should_ignore_failed_get_visibility() : mixed

Returns

mixed —

it_should_use_cached_timestamp()

it_should_use_cached_timestamp() : mixed

Returns

mixed —

it_should_cache_timestamps()

it_should_cache_timestamps() : mixed

Returns

mixed —

it_should_ignore_failed_get_timestamps()

it_should_ignore_failed_get_timestamps() : mixed

Returns

mixed —

it_should_cache_get_metadata()

it_should_cache_get_metadata() : mixed

Returns

mixed —

it_should_use_cached_metadata()

it_should_use_cached_metadata() : mixed

Returns

mixed —

it_should_ignore_failed_get_metadata()

it_should_ignore_failed_get_metadata() : mixed

Returns

mixed —

it_should_cache_get_size()

it_should_cache_get_size() : mixed

Returns

mixed —

it_should_use_cached_size()

it_should_use_cached_size() : mixed

Returns

mixed —

it_should_ignore_failed_get_size()

it_should_ignore_failed_get_size() : mixed

Returns

mixed —

it_should_cache_get_mimetype()

it_should_cache_get_mimetype() : mixed

Returns

mixed —

it_should_use_cached_mimetype()

it_should_use_cached_mimetype() : mixed

Returns

mixed —

it_should_ignore_failed_get_mimetype()

it_should_ignore_failed_get_mimetype() : mixed

Returns

mixed —

it_should_cache_reads()

it_should_cache_reads() : mixed

Returns

mixed —

it_should_use_cached_file_contents()

it_should_use_cached_file_contents() : mixed

Returns

mixed —

it_should_ignore_failed_reads()

it_should_ignore_failed_reads() : mixed

Returns

mixed —

make_it_use_getter_cache()

make_it_use_getter_cache(mixed  $method, mixed  $path, mixed  $response) : mixed

Parameters

mixed $method
mixed $path
mixed $response

Returns

mixed —

make_it_cache_getter()

make_it_cache_getter(mixed  $method, mixed  $path, mixed  $response) : mixed

Parameters

mixed $method
mixed $path
mixed $response

Returns

mixed —

make_it_ignore_failed_getter()

make_it_ignore_failed_getter(mixed  $method, mixed  $path) : mixed

Parameters

mixed $method
mixed $path

Returns

mixed —