UNPKG

298 BPlain TextView Raw
1// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
2// SPDX-License-Identifier: Apache-2.0
3
4import { Cache, AsyncStorageCache } from './AsyncStorageCache';
5
6export { AsyncStorageCache };
7
8// Standard `Cache` export to maintain interoperability with React Native
9export { Cache };