Reputation: 1362
I am using python/Django in my project with memcache. i just want to know what will happen if any of cache key get expired ? will the memory be free and ready to reuse?
Upvotes: 0
Views: 203
Reputation: 24419
Checkout Memcached's wiki article NewUserInternals - No Guts No Glory. An item that expires will continue to set in memory until one of the following happens:
Upvotes: 1