Current Path : /var/www/axolotl/data/www/ekb.axolotls.ru/bitrix/js/main/core/src/lib/cache/ |
Current File : /var/www/axolotl/data/www/ekb.axolotls.ru/bitrix/js/main/core/src/lib/cache/local-storage-cache.js |
import BaseCache from './base-cache'; import LsCacheStorage from './storage/ls-storage'; export default class LocalStorageCache extends BaseCache { /** * @private */ storage: LsCacheStorage = new LsCacheStorage(); }