Hi,
I got a question regarding cached product group relations in the eCommerce. I am importing new product group relations and I want to remove the old ones - maybe using the StorageManager for this - but its an internal class.
1
|
Dynamicweb.Content.Caching.StorageManager |
1
|
StorageManager.Current.GetStorage( "eCommerce" ).Remove( "ProductGroupRelations" ); |
Is it possible for us to invoke this?
- Allan