bindCache(): Extending cache scope
- If sharing data between users its a concern, we can separate cache for each user sessions.
- If we want to share the cache across multiple processes and lasts across app restarts.
- We can chain multiple caches together or write your own custom storage backend with cachem.