c

org.playframework.cachecontrol

StripHeaderCalculator

class StripHeaderCalculator extends AnyRef

Tells the cache what headers should be stripped before they are cached.

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

Instance Constructors

  1. new StripHeaderCalculator(cache: Cache)

Value Members

  1. def stripHeaders(response: CacheResponse): Set[HeaderName]