Your IP : 108.162.216.193


Current Path : /var/www/element/data/www/revenuestory.ru/bitrix/modules/main/install/js/main/core/src/lib/
Upload File :
Current File : /var/www/element/data/www/revenuestory.ru/bitrix/modules/main/install/js/main/core/src/lib/cache.js

import MemoryCache from './cache/memory-cache';
import LocalStorageCache from './cache/local-storage-cache';

/**
 * @memberOf BX
 */
export default class Cache
{
	static MemoryCache: MemoryCache = MemoryCache;
	static LocalStorageCache: LocalStorageCache = LocalStorageCache;
}