You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@roller.apache.org by David M Johnson <Da...@Sun.COM> on 2006/03/03 23:02:27 UTC

Re: svn commit: r382938 - /incubator/roller/trunk/src/org/roller/presentation/cache/CacheManager.java

On Mar 3, 2006, at 4:44 PM, agilliland@apache.org wrote:

> Author: agilliland
> Date: Fri Mar  3 13:44:03 2006
> New Revision: 382938
>
> URL: http://svn.apache.org/viewcvs?rev=382938&view=rev
> Log:
> changing last expired date to use a real Cache rather than just a  
> hashtable.  in truth, i think a better long term solution will be  
> to add a lastModified field to the WebsiteData object and just use  
> that.

Yes, we've discussed that one before on the list. It's a better  
solution.

- Dave


Re: svn commit: r382938 - /incubator/roller/trunk/src/org/roller/presentation/cache/CacheManager.java

Posted by Allen Gilliland <Al...@Sun.COM>.
On Fri, 2006-03-03 at 14:02, David M Johnson wrote:
> On Mar 3, 2006, at 4:44 PM, agilliland@apache.org wrote:
> 
> > Author: agilliland
> > Date: Fri Mar  3 13:44:03 2006
> > New Revision: 382938
> >
> > URL: http://svn.apache.org/viewcvs?rev=382938&view=rev
> > Log:
> > changing last expired date to use a real Cache rather than just a  
> > hashtable.  in truth, i think a better long term solution will be  
> > to add a lastModified field to the WebsiteData object and just use  
> > that.
> 
> Yes, we've discussed that one before on the list. It's a better  
> solution.

Cool.  I think that's a pretty easy thing to add, so I have that on my TODO list for this month.

-- Allen


> 
> - Dave
>