method
delete
v7.1.3.4 -
Show latest stable
- Class:
ActiveRecord::ConnectionAdapters::StatementPool
delete(key)public
No documentation available.
# File activerecord/lib/active_record/connection_adapters/statement_pool.rb, line 52
def delete(key)
dealloc cache[key]
cache.delete(key)
end