On this page
Beego
Usage
Here is the example about the Souin initialization.
Configuration
You will be able to configure the HTTP cache behavior through your Beego configuration file.
With that your application will be able to cache the responses if possible and returns at least the Cache-Status
HTTP header with the different directives mentionned in the RFC specification.
Look at the configuration section to discover all configurable keys here.
Other resources
You can find an example for a docker-compose stack inside the examples
folder on the Github repository.