Re: [RDBO] internal caching

2006-08-22 Thread Jonathan Vanasco
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

Re: [RDBO] internal caching

2006-08-22 Thread John Siracusa
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