Your IP : 3.141.47.84


Current Path : /var/www/axolotl/data/www/ekb.axolotls.ru/bitrix/js/main/core/src/lib/cache/
Upload File :
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();
}