In memory caching

I was trying to implement in-memory caching. What are the possible methods for implementing it. Which are the best possible third party packages out there or going for building it using built in features would be preferable?
I also had one doubt whether memcache and in-memory cache are both same or completely different?

1 Like