File

projects/ngforage/src/lib/config/cache-configurable.ts

Description

A cacheable configurable object

Index

Properties

Properties

cacheTime
cacheTime: number
Default value : 300000
Type : number

Cache time in milliseconds

export interface CacheConfigurable {

  /**
   * Cache time in milliseconds
   * @default 300000
   */
  cacheTime: number;
}

results matching ""

    No results matching ""