Discussions
Server side caching available?
Does the api expose server side caching? Something like System.Web.Caching in the .NET world?
I'd like to implement this architecture on an SCA site for the My Account and Checkout reference apps:
[LIST]
[*]on server side page load, we check cache for header/footer html from external site that links to the SCA site that we want to look the same
[*]if exists in cache, then render it out
[*]if does not exist in cache use api to go out to external server, grab header/footer html, put in cache and then render
[*]provide url that also dumps the cache