DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13098>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13098 Digester Performance ------- Additional Comments From [EMAIL PROTECTED] 2002-09-28 19:57 ------- I'm not talking about caching in the Digester, I'm simply talking about keeping a reference to the Method instance in the Rule vs. keeping the String of the method name or a String with the fully specified method signature which would be required to do the lookup in the cache. Implement the caching in the lang package where it belongs but don't force a consumer of the package to use the cache. As a consumer of the lang package if I want to keep a reference to the Method around the lang package should not prohibit this. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
