In this release, we are taking the first steps to add caching to the Costs to Expect API. We are starting with application caching, in a later version, we will add conditional caching, specifically through ETags, we will return a 304 when relevant.
Added
- We have added an application cache for collections; we include the ETag header however we are not yet returning a 304.
Changed
- We have moved our route validators; the route validators sit inside the `App\Request` namespace.
- We have moved our `Header` utility class; the `Header` class sits inside the `App\Response` namespace.
- We have moved our `RoutePermission` utility class; the `Permission` class sits inside the `App\Request` namespace.
- We have moved and simplified our `Parameter` classes; the `Parameter` classes sit inside the `App\Request` namespace.
- We have moved and renamed the `RequestUtility` class; the `BodyValidation` class sits in the `App\Request` namespace.