Packages

c

dynamics.common

NodeCacheOptions

class NodeCacheOptions extends Object

Annotations
@ScalaJSDefined() @RawJSType()
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NodeCacheOptions
  2. Object
  3. Any
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new NodeCacheOptions(stdTTL: UndefOr[Int] = js.undefined, checkperiod: UndefOr[Int] = js.undefined, errorOnMissing: UndefOr[Boolean] = js.undefined, useClones: UndefOr[Boolean] = js.undefined)

Value Members

  1. val checkperiod: UndefOr[Int]
  2. val errorOnMissing: UndefOr[Boolean]
  3. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  4. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  5. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  6. val stdTTL: UndefOr[Int]
  7. def toLocaleString(): String
    Definition Classes
    Object
  8. val useClones: UndefOr[Boolean]
  9. def valueOf(): Any
    Definition Classes
    Object