/** * Key-value store for caching data. * * See {@link @backstage/code-plugin-api#CacheService} * and {@link https://backstage.io/docs/backend-system/core-services/cache | the service docs} * for more information. * * @public */ export declare const cacheServiceFactory: import("@backstage/backend-plugin-api").ServiceFactory;