Message10066

Author jeff.allen
Recipients conflatedauto, darjus, fwierzbicki, jeff.allen, zyasoft
Date 2015-05-16.15:41:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1431790874.42.0.565738889889.issue1879@psf.upfronthosting.co.za>
In-reply-to
Content
No I was confused. It's not caching. It's holding something (in this case the InputStream around the resource) between finding it and using it. The trick (missed by Raphael in #2058) is to remove it when you use it. If you don't do that it *looks* like a cache because there's an entry for each thing you've accessed. This bit's good now. I think refactoring this is a separate little project. End in sight.
History
Date User Action Args
2015-05-16 15:41:14jeff.allensetmessageid: <1431790874.42.0.565738889889.issue1879@psf.upfronthosting.co.za>
2015-05-16 15:41:14jeff.allensetrecipients: + jeff.allen, fwierzbicki, zyasoft, darjus, conflatedauto
2015-05-16 15:41:14jeff.allenlinkissue1879 messages
2015-05-16 15:41:14jeff.allencreate