CacheServiceSetOptions
Home > @backstage/backend-plugin-api
> CacheServiceSetOptions
Options passed to CacheService.set().
Signature:
export type CacheServiceSetOptions = {
ttl?: number | HumanDuration;
};
References: HumanDuration
Home > @backstage/backend-plugin-api
> CacheServiceSetOptions
Options passed to CacheService.set().
Signature:
export type CacheServiceSetOptions = {
ttl?: number | HumanDuration;
};
References: HumanDuration