Return-Path: Mailing-List: contact cocoon-users-help@xml.apache.org; run by ezmlm Delivered-To: mailing list cocoon-users@xml.apache.org Received: (qmail 16017 invoked from network); 10 Oct 2000 18:05:25 -0000 Received: from rdu25-20-164.nc.rr.com (HELO ma7.webslingerZ.com) (@24.25.20.164) by locus.apache.org with SMTP; 10 Oct 2000 18:05:25 -0000 Received: by ma7.webslingerZ.com (Postfix, from userid 501) id 0ECC3480F; Tue, 10 Oct 2000 14:07:20 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by ma7.webslingerZ.com (Postfix) with ESMTP id DA5A06F57; Tue, 10 Oct 2000 14:07:20 -0400 (EDT) Date: Tue, 10 Oct 2000 14:07:20 -0400 (EDT) From: Donald Ball X-Sender: balld@localhost.localdomain To: cocoon-users@xml.apache.org Cc: tom.schuller@ist.lu Subject: Re: Cocoon Cache Browser Dependant In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N On Tue, 10 Oct 2000, SCHULLER Tom wrote: > I'm using Cocoon for serving a hole internet-site. Everythings works well, > just the cache makes me problems. > > My cache is Browser-depandant, that's means for each web-browser he is > storing a copy of the requested-file in his MemoryStore (which I can see > with /Cocoon.xml). > > Can I disable this because I'm showing for each browser the same > representation. easiest way i can think to do this would be to make your own cache class - extend CocoonCache, say, and instead of keying off of Utils.encode(request) which generates a string based on the requested URL and the browser, you could simply key off of the requested URL. it would be nice if this were easier to configure; if you have suggestions, you might want to mention them on cocoon-dev. - donald