Caching

Enable caching to speed up your queries. Caching is disabled by default. Enable caching through the config:

{
    "cache": {
        "enabled": true,
        "debug": false,
        "ttl": 3600
    }
}