I'm planning to buy Tea Commerce to build an eshop for a big organization. The platform will be build using UmbraoAccelerator on azure multi role instance that's why I'm wondering how the cache system is build in Tea Commerce.
Does the tea commerce cache rely on the content cache in Umbraco ?
If not is there a way to clear the cache using the API ? By handling republish event for example ?
We use System.Runtime.Caching.MemoryCache for caching in Tea Commerce. But the cache service can be overridden so if you want to implement it in a different way - then its not a problem. Tea Commerce invalidates the cache when creating new countries, currencies etc.
Tea commerce cache
Hello,
I'm planning to buy Tea Commerce to build an eshop for a big organization.
The platform will be build using UmbraoAccelerator on azure multi role instance that's why I'm wondering how the cache system is build in Tea Commerce.
Thanks per advance
David
Hi David
We use System.Runtime.Caching.MemoryCache for caching in Tea Commerce. But the cache service can be overridden so if you want to implement it in a different way - then its not a problem. Tea Commerce invalidates the cache when creating new countries, currencies etc.
Hope this info helps.
Kind regards
Anders
is working on a reply...