Gjsify LogoGjsify Logo

Hierarchy

  • CacheUpdateFunc

Callable

  • CacheUpdateFunc(cache: EBackend.Cache, uid: string, revision: string, object: string, offline_state: OfflineState, column_names: string[], column_values: string[]): boolean
  • A callback called for each object row when using e_cache_foreach_update() function. When all out parameters are left untouched, then the row is not changed.

    Parameters

    • cache: EBackend.Cache

      an #ECache

    • uid: string

      a unique object identifier

    • revision: string

      the object revision

    • object: string

      the object itself

    • offline_state: OfflineState

      objects offline state, one of #EOfflineState

    • column_names: string[]

      column names

    • column_values: string[]

      column values

    Returns boolean

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method