Reputation: 1601
I am unable to figure out where my cached fragments are being stored. What is the default location for fragment caching.
Cached fragment hit: views/listed_products (0.1ms)
I cannot find anything in the rails_root/public or rails_root/tmp/cache dirs
thanks, ash
Upvotes: 2
Views: 1583
Reputation: 19475
It's probably MemoryStore, which is used if tmp/cache
does not exist. I can't tell from the current post if it actually exists for you or not.
Upvotes: 5