Cache decorator (store in IndexedDB), use money-clip lib:
Example:
@Cache('xmla-mdx:', { maxAge: 1000 * 60 * 60, level: 3 })async execute(modelName: string, mdx: string, language = '', options: { skip: boolean | void }): Promise<any> {} Copy
@Cache('xmla-mdx:', { maxAge: 1000 * 60 * 60, level: 3 })async execute(modelName: string, mdx: string, language = '', options: { skip: boolean | void }): Promise<any> {}
Generated using TypeDoc
Cache decorator (store in IndexedDB), use money-clip lib:
Example: