Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SigaaPageCache

Store page cache.

Hierarchy

  • SigaaPageCache

Implements

Index

Constructors

constructor

Properties

Private cachePages

cachePages: Page[] = []

Array of all pages in cache.

Private Optional intervalId

intervalId: Timeout

Interval id to clear the cache.

timeoutCache

timeoutCache: number = ...

Cache page timeout, default is 5 min

Methods

clearCachePage

  • clearCachePage(): void

getPage

storePage

  • storePage(page: Page): void

Generated using TypeDoc