org.http4s.server.staticcontent.MemoryCache
See theMemoryCache companion object
CacheStrategy that will cache all Response bodies in local memory
This is useful when serving a very limited amount of static content and want to avoid disk access.
Attributes
- Companion:
- object
- Source:
- MemoryCache.scala
- Graph
- Supertypes