The caching layer need to know to handle several stuff:
- cache in the DB
- cache in memcache
- store in redis
- store in memory/static
The caching layer will be powered by plugins. The DB and memory will be handled by the system and the other levels will be provided by other capsules. Each plugin also need to handle remote storage - firebase for example.
The caching layer need to know to handle several stuff:
The caching layer will be powered by plugins. The DB and memory will be handled by the system and the other levels will be provided by other capsules. Each plugin also need to handle remote storage - firebase for example.