[Webware-devel] Re: Cheetah change request: caching

2001-06-09 Thread Tavis Rudd
On Saturday 09 June 2001 08:59, Chuck Esterbrook wrote: > At 09:03 AM 6/9/2001 -0700, Tavis Rudd wrote: > >Chuck, > >I see where you're coming from on this. I was just > > getting sick of putting * in for all the vars that I > > wanted to cache, which was almost every single one. > >Here's a prop

[Webware-devel] Re: Cheetah change request: caching

2001-06-09 Thread Chuck Esterbrook
At 09:03 AM 6/9/2001 -0700, Tavis Rudd wrote: >Chuck, >I see where you're coming from on this. I was just getting >sick of putting * in for all the vars that I wanted to >cache, which was almost every single one. >Here's a proposal that should remove my frustration, while >using dynamic vars as t

[Webware-devel] Re: Cheetah change request: caching

2001-06-09 Thread Tavis Rudd
Chuck, I see where you're coming from on this. I was just getting sick of putting * in for all the vars that I wanted to cache, which was almost every single one. Here's a proposal that should remove my frustration, while using dynamic vars as the $placeholder default: ===