Method: Toaster::CGISessionCache#by_db_type

Defined in:
lib/toaster/db/cgi_session_cache.rb

#by_db_type(db_type) ⇒ Object



28
29
30
31
32
# File 'lib/toaster/db/cgi_session_cache.rb', line 28

def by_db_type(db_type)
  load_cache()

  return by_obj_prop("db_type", db_type)
end