Documentation

ConfigProvider
in package

Config provider class.

Library specific configuration description (mezzio_response_cache) :

  1. default_ttl : Default time to life cache in second, default 3600 (or 1 hour).
  2. exclude_ip_from_cache : IP list to exclude cache (list array).
  3. exlcude_path_from_cache : Route path list to exclude cache (list array).
  4. cache_handler_class : Class to handle cache mechanism.
  5. cache_storage_handler_class : Class to handle cache storage mechanism.
  6. cache_metadata_location : Path location for metadata cache
  7. 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>
Return values
array<string|int, mixed>

Search results