Type alias OnExpireCallbackInput

OnExpireCallbackInput: {
    deleteCurrentKey: (() => void);
    key: string;
    ttl: number;
    value: AntCacheValue;
}

Type declaration

  • deleteCurrentKey: (() => void)
      • (): void
      • Returns void

  • key: string
  • ttl: number
  • value: AntCacheValue

Generated using TypeDoc