Module: Sequel::Plugins::IdentityMap::ClassMethods
- Defined in:
- lib/runtime/database.rb
Overview
The Sequel::Plugins::IdentityMap::ClassMethods module
Instance Method Summary collapse
-
#identity_map ⇒ Object
Returns the global thread-safe identity map.
Instance Method Details
#identity_map ⇒ Object
Returns the global thread-safe identity map.
106 107 108 109 |
# File 'lib/runtime/database.rb', line 106 def identity_map log.debug "Getting identity map" GlobalSequelIdentityMap end |