> In my work, I tend to cache at a might higher level than database objects
> (usually portions of or entire web pages) so I'm not sure how to design
> such
> a system.

I agree that "output caching" is a good and under-utilized technique.

> The problem is, how do I know to clone the base class metadata?  In
> nearly all cases, this is not done.  As far as I can see, there's no way for
> RDBO to know when it should be done without being told in some way
> by the developer. 

There must be something basic I'm missing. If I say:

     package Book;
     use base 'Product';

then what else could I mean?

-mda


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
Rose-db-object mailing list
Rose-db-object@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rose-db-object

Reply via email to