Broadleaf Microservices
  • v1.0.0-latest-prod

Caches Exports Bundle

Table of Contents

The collection of cache exports. This collection of exports includes the numerous browser cache objects used throughout the application.

Export Package Name: caches

How to pull in the module and its components
import { caches } from '@broadleaf/admin-components';

const { AuthCache } = caches;
Component Name Description

AuthCache

This component is used to store results from auth flows, like the resolved AuthorizedClient, in the browser cache storage.

AuthStateCache

This component is used to store the state token generated during OAuth2 token retrieval flows in the browser cache storage.

ComponentRouterCache

This component is used to store metadata structures retrieved from the Metadata Microservice in the browser cache storage.

TenantCache

This component is used to store the resolved Tenant and Application data in the browser cache storage.