Idea No. 4: Generic Cache Microservice
In general, a cache is stored data that is supposedly faster to access than building or getting the data from a data source each time it is requested. A cache microservice can be created with the pure purpose of managing caches which include creating them, storing them, expiring them and broadcasting events about them. Sounds good? Read on...