angularjs - How to configure Eclipselink so that it returns no cache in response? -


i have problem angularjs + eclipselink app in ie. in every other browser working. when delete object list, ie edge shows still old list deleted object. have tried kill cache in angularjs side, no result ($scope.rmas = rmaservice.query({cachekill : new date().gettime()}, function (data))...

i have tried disable cache whole eclipselink persistence unit, no luck or works partly. when delete object, disappears list, when come list page, still there again , deleted db. console.logs affect that, cause have heard ie doesn't console.logs :)

@get @override @produces({"application/xml", "application/json"}) public list<rma> findall() {     return super.findall(); } 


Comments

Popular posts from this blog

apache - setting document root in antoher partition on ubuntu -

cytoscape.js - How to add nodes to Dagre layout with Cytoscape -

Process 'command 'F:\android-sdk\build-tools\21.1.2\aapt.exe'' finished with non-zero exit value 1 -