Your IP : 3.145.70.108


Current Path : /var/www/www-root/data/www/info.monolith-realty.ru/bitrix/js/main/core/src/lib/
Upload File :
Current File : /var/www/www-root/data/www/info.monolith-realty.ru/bitrix/js/main/core/src/lib/cache.js

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

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