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
Post a Comment