CacheOptions<T>: {
    invoke?: T;
    onHit?: (() => void);
    ttl?: number;
}

Type Parameters

  • T extends boolean = false
""