Method: Toaster::CGISessionCache#by_id
- Defined in:
- lib/toaster/db/cgi_session_cache.rb
#by_id(id) ⇒ Object
34 35 36 37 38 |
# File 'lib/toaster/db/cgi_session_cache.rb', line 34 def by_id(id) load_cache() return by_obj_props({"id" => id}) end |