ToCacheKey

indigo.shared.ToCacheKey
See theToCacheKey companion trait
object ToCacheKey

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
ToCacheKey.type

Members list

Value members

Concrete methods

def apply[A](f: A => CacheKey): ToCacheKey[A]

Implicits

Implicits

implicit val i: ToCacheKey[Int]
implicit val s: ToCacheKey[String]