NoopCacheStrategy

class NoopCacheStrategy[F[_]] extends CacheStrategy[F]

Cache strategy that doesn't cache anything, ever.

Companion
object
trait CacheStrategy[F]
class Object
trait Matchable
class Any

Value members

Concrete methods

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