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