Coding
How to hot swap resources in memory cache while its constantly fetched by a high traffic Rest API?
We have a Rest API which currently fetches a file from server as response. This file is stored in filesystem of server and is kind of static because this file gets updated only once in Read more…