Name
Connector::Proxy::YAML
Description
Reads a yaml file from the path given as LOCATION and makes its structure available via the accessor methods.
If the file could not be loaded this connector returns undef for all requests.
Note: Changes made to the YAML file after the connector was first initialized will not be visible as the file is read once on startup and persited into memory.
Parameters
- LOCATION
-
The location of the yaml file.