Results 1 issues of Max Dolgih

The method fetch_hash_value will always rewire cache if entry.value have nil or false record. ```ruby def fetch_hash_value(prefix, key, **options) force = options[:force] raise(ArgumentError, MISSING_BLOCK_MSG) if !block_given? && force if block_given?...