# File lib/active_record/connection_adapters/postgresql_adapter.rb, line 283 def delete(sql_key) dealloc cache[sql_key] cache.delete sql_key end