define(['jquery','underscore','ko','jquery/jquery-storageapi'],function($,_,ko){'use strict';var options={cacheTtl:0,sectionLoadUrl:''},selectors={productIdSelector:'#product_addtocart_form [name="product"]'},storage=$.initNamespaceStorage('mage-banners-cache-storage').localStorage,productId=$(selectors.productIdSelector).val(),invalidateCacheBySessionTimeOut=function(){var cacheEol=new Date($.localStorage.get('mage-banners-cache-timeout')),dateTo=new Date(Date.now()+options.cacheTtl),cartDataId=null,globalStoreId=$.cookieStorage.get('store')||'default';if($.localStorage.get('mage-banners-storeId')===null){$.localStorage.set('mage-banners-storeId',globalStoreId);} if($.localStorage.get('mage-cache-storage')!==null&&$.localStorage.get('mage-cache-storage').hasOwnProperty('cart')){cartDataId=$.localStorage.get('mage-cache-storage').cart['data_id'];} if(cacheEol