Gjsify LogoGjsify Logo

Hierarchy

  • UIDCache

Index

Constructors

Properties

expired: number
fd: number
filename: string
level: number
size: number
uids: HashTable<string | number | symbol, string | number | boolean>
name: string

Methods

  • destroy(): void
  • getNewUids(uids: string[]): string[]
  • Returns an array of UIDs from uids that are not in cache, and removes UIDs from cache that aren't in uids.

    Parameters

    • uids: string[]

      an array of UIDs

    Returns string[]

  • save(): boolean
  • saveUid(uid: string): void
  • Marks a uid for saving.

    Parameters

    • uid: string

      a uid to save

    Returns void

  • freeUids(uids: string[]): void
  • Frees the array of UIDs.

    Parameters

    • uids: string[]

      an array returned from camel_uid_cache_get_new_uids()

    Returns void

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