Doug MacEachern wrote: > On Wed, 29 May 2002, Stas Bekman wrote: > > >>>if a subclass wants to keep the cache in its own package, it can do: >> >>but then it ends up not under 1 "root" > > > right. difference is, the subclass defined that behavior. currently it > is not possible for a subclass to define where the cache lives. > > >>Also to avoid confusion, I'd rather stay in ModPerl:: namespace, so my >>best choice is ModPerl::RegistryCache. > > > that's fine. so long as one can subclass to change the default to > whatever they choose.
It's done now. The core Registry packages all compile the scripts into ModPerl::RegistryROOT:: namespace and cache them in %ModPerl::RegistryCache. Both overridable by the sub-classes. __________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
