CacheHint

caliban.wrappers.Caching.CacheHint
See theCacheHint companion object
case class CacheHint(maxAge: Option[Duration], scope: Option[CacheScope], inheritMaxAge: Boolean)

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type

Members list

Value members

Concrete methods

def toHeaderString: String

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product