Method: Lit::Cache#get_request_info

Defined in:
lib/lit/cache.rb

#get_request_info(key_without_locale) ⇒ Object



333
334
335
# File 'lib/lit/cache.rb', line 333

def get_request_info(key_without_locale)
  @request_info_store['request_info.' + key_without_locale].to_s
end