search for: category_nav

Displaying 1 result from an estimated 1 matches for "category_nav".

Did you mean: category_name
2010 Sep 17
0
Weird caching error
Using memcached/dalli on rails 2.3.5 I am trying to render to partials from the cache..and I see the following messages in the production log. [DEBUG 17-09-2010 10:03:06] Cache read: category_nav [DEBUG 17-09-2010 10:03:06] 127.0.0.1:11211 running memcached v1.4.2 [DEBUG 17-09-2010 10:03:06] Cache hit: category_nav ({}) [DEBUG 17-09-2010 10:03:06] Rendered shared/_cat_nav_list (4.0ms) [DEBUG 17-09-2010 10:03:06] Cache read: city_nav [DEBUG 17-09-2010 10:03:06] Cache hit: city_nav ({}) I ca...