c

sangria.execution.deferred

SimpleFetcherCache

class SimpleFetcherCache extends FetcherCache

Linear Supertypes
FetcherCache, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SimpleFetcherCache
  2. FetcherCache
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new SimpleFetcherCache()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def cacheKey(id: Any): Any
    Definition Classes
    SimpleFetcherCacheFetcherCache
  6. def cacheKeyRel(rel: Any, relId: Any): (Any, Any)
    Definition Classes
    SimpleFetcherCacheFetcherCache
  7. def cacheable(id: Any): Boolean
    Definition Classes
    SimpleFetcherCacheFetcherCache
  8. def cacheableRel(rel: Any, relId: Any): Boolean
    Definition Classes
    SimpleFetcherCacheFetcherCache
  9. def clear(): Unit
    Definition Classes
    SimpleFetcherCacheFetcherCache
  10. def clearId(id: Any): Unit
    Definition Classes
    SimpleFetcherCacheFetcherCache
  11. def clearRel(rel: Any): Unit
    Definition Classes
    SimpleFetcherCacheFetcherCache
  12. def clearRelId(rel: Any, relId: Any): Unit
    Definition Classes
    SimpleFetcherCacheFetcherCache
  13. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  17. def get(id: Any): Option[Any]
    Definition Classes
    SimpleFetcherCacheFetcherCache
  18. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def getRel(rel: Any, relId: Any): Option[Seq[Any]]
    Definition Classes
    SimpleFetcherCacheFetcherCache
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  26. def toString(): String
    Definition Classes
    AnyRef → Any
  27. def update(id: Any, value: Any): Unit
    Definition Classes
    SimpleFetcherCacheFetcherCache
  28. def updateRel[T](rel: Any, relId: Any, idFn: (T) => Any, values: Seq[T]): Unit
    Definition Classes
    SimpleFetcherCacheFetcherCache
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from FetcherCache

Inherited from AnyRef

Inherited from Any

Ungrouped