import { caches } from '@broadleaf/admin-components';
const { AuthCache } = caches;
The collection of cache exports. This collection of exports includes the numerous browser cache objects used throughout the application.
caches
import { caches } from '@broadleaf/admin-components';
const { AuthCache } = caches;
Component Name | Description |
---|---|
|
This component is used to store results from auth flows, like the resolved |
|
This component is used to store the |
|
This component is used to store metadata structures retrieved from the Metadata Microservice in the browser cache storage. |
|
This component is used to store the resolved Tenant and Application data in the browser cache storage. |