Re: per-view cache system

2006-01-06 Thread Adrian Holovaty
On 1/6/06, wiz <[EMAIL PROTECTED]> wrote: > What is the right steps for doing per-view caching? I've tried > decorators from cache.txt docs, but all i have got is ViewNotFound > exception, originating from cores of framework... The function decorators are the right way to do it. See the docs here

per-view cache system

2006-01-06 Thread wiz
What is the right steps for doing per-view caching? I've tried decorators from cache.txt docs, but all i have got is ViewNotFound exception, originating from cores of framework...