On Aug 22, 2006, at 11:46 AM, John Siracusa wrote:
> Methods that say they fetch stuff form the DB actually do what they
> say, with no caching. Rose::DB::Object::Cached changes load() to pull
> from a cache instead of the db. But even then, there are ways to
> override this behavior and/or cle
On 8/22/06, Jonathan Vanasco <[EMAIL PROTECTED]> wrote:
> do i need to do anything to not have rose internally cache stuff, or
> periodically clear it out? or is caching only used when items are
> inherited from Rose::DB::Object::Cached ?
>
> I seem to remember something about caching on loads/sav