Class DefaultCacheManager

Hierarchy

  • DefaultCacheManager

Implements

  • CacheManager

Constructors

Properties

Methods

Constructors

Properties

application: Record<string, CacheMap<any, any>>

Methods

  • Parameters

    • scope: CacheScope

    Returns void

  • Parameters

    • key: string
    • options: CacheMapOptions = {}

    Returns undefined

  • Parameters

    • key: string
    • options: CacheMapOptions = {}

    Returns undefined | CacheMap<any, any>

Generated using TypeDoc