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.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
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