Kartris Countries Caching

Posted By Tim Fri 13 Jan 2012
Add to Favorites0
Author Message
Tim
 Posted Fri 13 Jan 2012
Supreme Being

Supreme Being - (3,341 reputation)Supreme Being - (3,341 reputation)Supreme Being - (3,341 reputation)Supreme Being - (3,341 reputation)Supreme Being - (3,341 reputation)Supreme Being - (3,341 reputation)Supreme Being - (3,341 reputation)Supreme Being - (3,341 reputation)Supreme Being - (3,341 reputation)

Group: Forum Members
Last Active: Tue 3 Dec 2013
Posts: 6, Visits: 27
Hi All,

Could anyone help with this issue?

I have my site set up so that the only country that is available as a destination is UK. When I add other countries, the drop down available to customers at the front end is not updated, but the database is.

By recycling the app pool, the new countries are visible. It seems there is some sort of server side caching going on, is there any way to turn this off, or refresh the cache manually? I've tried pressing the "Refresh Kartris caches" button, but this does not work. Looking at the page in other browsers also does not work.

Any help is much appreciated,

Tim
Mohammad
 Posted Sun 15 Jan 2012
Kartris Expert

Kartris Expert - (70,199 reputation)Kartris Expert - (70,199 reputation)Kartris Expert - (70,199 reputation)Kartris Expert - (70,199 reputation)Kartris Expert - (70,199 reputation)Kartris Expert - (70,199 reputation)Kartris Expert - (70,199 reputation)Kartris Expert - (70,199 reputation)Kartris Expert - (70,199 reputation)

Group: Administrators
Last Active: Sun 27 Sep 2015
Posts: 115, Visits: 706
As far as I remember the destinations are not cached in kartris, it could be the web server itself is caching those entries, and that normally take couple of minutes (and sometimes hours) to refresh its cache.
Tim
 Posted Mon 16 Jan 2012
Supreme Being

Supreme Being - (3,341 reputation)Supreme Being - (3,341 reputation)Supreme Being - (3,341 reputation)Supreme Being - (3,341 reputation)Supreme Being - (3,341 reputation)Supreme Being - (3,341 reputation)Supreme Being - (3,341 reputation)Supreme Being - (3,341 reputation)Supreme Being - (3,341 reputation)

Group: Forum Members
Last Active: Tue 3 Dec 2013
Posts: 6, Visits: 27
Hi Mohammad,

After a bit more digging, it looks like the countries are cached as an ObjectDataSource in UserControls/General/CustomerAddress.ascx with a time period of 30. I set EnableCaching="false" and this fixed the problem.

Similar Topics

Expand / Collapse

Reading This Topic

Expand / Collapse

Back To Top