14 15 16 17
# File 'lib/familia/features/expiration.rb', line 14 def ttl(v = nil) @ttl = v.to_f unless v.nil? @ttl || parent&.ttl || Familia.ttl end