ConfigProvider
in package
Config provider class.
Library specific configuration description (mezzio_response_cache) :
- default_ttl : Default time to life cache in second, default 3600 (or 1 hour).
- exclude_ip_from_cache : IP list to exclude cache (list array).
- exlcude_path_from_cache : Route path list to exclude cache (list array).
- cache_handler_class : Class to handle cache mechanism.
- cache_storage_handler_class : Class to handle cache storage mechanism.
- cache_metadata_location : Path location for metadata cache
- cache_content_location : Path location for actual cache content.
Table of Contents
- __invoke() : array<string|int, mixed>
Methods
__invoke()
public
__invoke() : array<string|int, mixed>