Interface ICacheFactoryService

Index

Call signatures

Methods

Call signatures

(cacheId: string, optionsMap?: { capacity: number; }): ICacheObject

Parameters

  • cacheId: string
  • optionsMap?: { capacity: number; } optional

Returns

ICacheObject

Methods

public get(cacheId: string): ICacheObject

Parameters

  • cacheId: string

Returns

ICacheObject

public info(): any

Returns

any