# File lib/librarian/environment/runtime_cache.rb, line 50 def include?(keyspace, key) data.include?(combined_key(keyspace, key)) end