In Umbraco 4 we have been importing thousands of members in to Umbraco via SQL jobs from our backoffice system, however, with 4.5 it seems that caching is now used, so when we update the members, the search in the backend doesn't work correctly and we get errors such as the given key was not found in the dictionary. I've yet to assess what other issues we may come across but I'm guessing the properties won't be updated when referencing them from within the pages.
Thanks for your help. Unfortunately the cache seems to be persisting which I'm really confused about. We've even set the cache duration to 0 in the config.
Membership Cache - Regenerating
Hi,
In Umbraco 4 we have been importing thousands of members in to Umbraco via SQL jobs from our backoffice system, however, with 4.5 it seems that caching is now used, so when we update the members, the search in the backend doesn't work correctly and we get errors such as the given key was not found in the dictionary. I've yet to assess what other issues we may come across but I'm guessing the properties won't be updated when referencing them from within the pages.
How can we trigger a regeneration of this cache?
Thanks for your help.
An app restart or app pool recycle (or touching the web.config) will defenitely invalidate the cache and rebuild upon first request.
Cheers,
/Dirk
Hi,
Thanks for your help. Unfortunately the cache seems to be persisting which I'm really confused about. We've even set the cache duration to 0 in the config.
Any other ideas?
is working on a reply...