kentico_pavelk
-
7/2/2009 7:15:34 AM
RE:Clearing the cache
Hi Nick,
This data is stored in hashtable so you can clear this hashtable by using CMS.CMSEcommerce.CustomerInfoProvider.Clear(). However, this hashtable is filled everytime when there is a request for data of any customer. So I would recommend you to use our API in your external process. You can call GetCustomerInfo method for getting the info and after modification you can call SetCustomerInfo method. This will update hashtable automatically.You can find details about using API outside CMS Project in our Developer's guide: http://devnet.kentico.com/docs/devguide/index.html?using_api_and_cms_controls_outside_cms_project.htm
Best Regards, Pavel Knotek
|