It’s 4.2, but it also applies to the latest version.

In this particular part of the application there’s no caching. It just does some calculations based on the data from the database every night. However, after the calculations are done we’re using Memcached for data caching so it can be provided to the client applications without hitting the DB all the time.