# File lib/librarian/environment/runtime_cache.rb, line 62 def delete(keyspace, key) data.delete(combined_key(keyspace, key)) end