method
delete
rails latest stable - Class:
ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::StatementPool
delete(sql_key)public
No documentation available.
# File activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb, line 203
def delete(sql_key)
dealloc cache[sql_key]
cache.delete sql_key
end