This is a minimal library that provides a set of utility calculators that abstract away much of the fiddly complexities involved in adhering to the HTTP caching model, aka RFC 7234. The core idea is abstracting the decision about what to cache and when, following the example of Caching is Hard, Draw Me A Picture.
It does not implement caching itself, and there are some aspects of RFC 7234 which must be implemented directly, such as stripping headers, invalidating unsafe methods, and implementing the Vary header functionality correctly.
To add this project to sbt, use:
libraryDependencies += "org.playframework" %% "cachecontrol" % -latest version-
// Versions older than 3.0.0:
libraryDependencies += "com.typesafe.play" %% "cachecontrol" % "2.3.1"
See https://github.com/playframework/.github/blob/main/RELEASING.md