| Current Path : /var/www/element/data/www/revenuestory.ru/bitrix/modules/main/install/js/main/core/src/lib/ |
| 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;
}