in reply to Re: Saving MySQL Queries in an XML format
in thread Saving MySQL Queries in an XML format
The point of a cache is to possibly avoid re-computing a computable item, not to hold a non-computable item.
To store a non-computable item, use a proper database.
-- Randal L. Schwartz, Perl hacker
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: •Re: Re: Saving MySQL Queries in an XML format
by oakbox (Chaplain) on Jul 05, 2002 at 15:45 UTC |