I know, but cart icon button exist on every page in header and everytime run AJAX for reload. This is not good for UX, because user first see cached cart price value from different user and then see own value.
Disable some pages does not fix problem with cart button caching. If I could set default price in button for every cache to 0 and run AJAX would by better way.