UNPKG

@aws-amplify/core

Version:
20 lines (18 loc) 548 B
'use strict'; // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 Object.defineProperty(exports, "__esModule", { value: true }); exports.currentSizeKey = exports.defaultConfig = void 0; /** * Default cache config */ exports.defaultConfig = { keyPrefix: 'aws-amplify-cache', capacityInBytes: 1048576, itemMaxSize: 210000, defaultTTL: 259200000, defaultPriority: 5, warningThreshold: 0.8, }; exports.currentSizeKey = 'CurSize'; //# sourceMappingURL=constants.js.map