# File lib/rubyrep/connection_extenders/connection_extenders.rb, line 155 def self.use_db_connection_cache(status) old_status, @@use_cache = @@use_cache, status old_status end