NoopCacheStrategy

org.http4s.server.staticcontent.NoopCacheStrategy
See theNoopCacheStrategy companion object
class NoopCacheStrategy[F[_]] extends CacheStrategy[F]

Cache strategy that doesn't cache anything, ever.

Attributes

Companion:
object
Source:
NoopCacheStrategy.scala
Graph
Supertypes
trait CacheStrategy[F]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

override def cache(uriPath: Path, resp: Response[F])(implicit F: Concurrent[F]): F[Response[F]]

Performs the caching operations

Performs the caching operations

Attributes

Definition Classes
Source:
NoopCacheStrategy.scala