The DataSourceCache plugin enables caching on any DataSource to reduce high-latency calls to remote sources and to reduce server load. In this example, the Cache's `max` value has been set to `3`.
Use the plug() method to initialize the
DataSourceCache plugin and pass in the configuration value
max to set the maximum size.