SuperCache

SuperCache Module v.2.0 for Foodomaa Download

Preview

The first of many Foodomaa modules is called SuperCache. The popular (most-called) APIs are cached in this module in order to improve the efficiency of the core Foodomaa engine. How does it function?
Typically, when a data API is called in any application, a request is sent to the server, which then retrieves the requested data from the database, processes it, and returns it to the application.

Every listening API request now includes additional tests to see if the cache is present when the SuperCache module is installed. It saves a lot of server resources to skip the Database call if the cache is present.