Sobes.tech

How to implement caching so that the service works only with the cache and does not know about the database? Data changes every 5 minutes, outdated data is allowed. Should TTL be set on cached data?

126
/2