Current Path : /var/www/www-root/data/www/www.monolith-realty.ru/bitrix/js/main/core/src/lib/cache/ |
Current File : /var/www/www-root/data/www/www.monolith-realty.ru/bitrix/js/main/core/src/lib/cache/memory-cache.js |
import BaseCache from './base-cache'; import MemoryStorage from './storage/memory'; export default class MemoryCache<T> extends BaseCache<T> { /** * @private */ storage: MemoryStorage = new MemoryStorage(); }