cloudhead / toto

the 10 second blog-engine for hackers
MIT License
1.49k stars 244 forks source link

Selective Page Cache #47

Open 5v3n opened 14 years ago

5v3n commented 14 years ago

Hi!

I just realized that my "random page" works locally (thin), but not on toto. It seems like a page cache issue - the random page picker works, but the page is not rendered since it's cached.

Is there a way to invalidate the page cache for a single page, perhaps a flag in the template or something similar?

Cheers

5v3n