Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
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
0