More or less. Every time it is edited the cache must be cleared, so
the next time it is read it will be current. Of course, now that you
mention it, I suppose, we could give it the new content right
there--since we have it right there. Seems like a smarter way to
handle it.

I don't know if that would affect things. It's possible some things
are predicated on the existence of a page store, like data variables
or something. And resetting the content without resetting the data
vars for example, might cause glitches. I'll add it to my to do list.
Will look into it next week.

You are welcome to tinker if you wish and let me know if you spot any bugs...

        $BOLTpageStore[$page] = $content . $data;

Cheers,
Dan

P.S. Good sleuthing into the code DM. I take it you are working on an
alternate page store approach?  :)


On Wed, Sep 23, 2009 at 6:53 AM, DrunkenMonk <[email protected]> wrote:
>
> Does $BOLTpageStore = ''; at the end of BOLTsavepage mean that if you
> edit a page, then load it, then edit it, then load it on the same
> page, you actually have to read from disk every time?
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"BoltWire" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/boltwire?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to