How long will memcached data stay in the memory
- by Saif Bechan
If I load the data of user_x in the memory with memcache, how long will this data stay available. If a user only logs in ones a year this data is unnecessary in the memory.
Or am i looking at this thw wrong way?