Packages

o

org.http4s.server.staticcontent

NoopCacheStrategy

object NoopCacheStrategy extends CacheStrategy

Cache strategy that doesn't cache anything, ever.

Source
NoopCacheStrategy.scala
Linear Supertypes
CacheStrategy, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NoopCacheStrategy
  2. CacheStrategy
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def cache(uriPath: String, resp: Response): Task[Response]

    Performs the caching operations

    Performs the caching operations

    Definition Classes
    NoopCacheStrategyCacheStrategy