{
    debug
    cache {
        simplefs
    }
}

http://localhost {
    route /hello {
        cache
    }

    route /any {
        cache {
            simplefs {
                configuration {
                    size 100000
                }
            }
        }
    }
}
