zibri
    Preparing search index...
    • Marks the method to invalidate some cached values resolved by the provided options using the provided cache.

      Type Parameters

      • C extends { wrapInvalidate: (...args: any[]) => any }
      • CacheTag extends string
      • TReturn
      • TArgs extends unknown[]

      Parameters

      Returns (
          target: object,
          propertyKey: string | symbol,
          descriptor: TypedPropertyDescriptor<(...args: TArgs) => Promise<TReturn>>,
      ) => TypedPropertyDescriptor<(...args: TArgs) => Promise<TReturn>>