I already know about cache patterns, like cache-aside, read/write-through and more. But I am confused categorizing it, for example we also have cache strategies, which involve cache patterns, these strategies can also be distributed or not, and many more
But among these topics, where does in-memory caching stand for? Does it a pattern? Does it a strategy? Or does it a place where we store our cache for the CPU?
1