I have been struggling for a while to find out if there is some default expiration time set by Rails, in case we don't provide any while storing a key-value pair to memcache? e.g. Rails.cache.write('some-key', 'some-value')
Would rails set some expiration time by default if we haven't specified?