This is perfect! Thanks!
From: [email protected] [mailto:[email protected]] On Behalf Of Andrea Castelli Sent: lunedì, 8. febbraio 2010 14:20 To: Magnolia User-List Subject: Re: [magnolia-user] Cache: exclude exactly one page Try this regex: /home(.html)*?$ but must be a regex... so you should implement something like RegexpVirtualURIMapping. Andrea 2010/2/8 Matteo Pelucco <[email protected]<mailto:[email protected]>> Hi all, list! Simple and maybe stupid question. Which kind of Voter I have to use if I want to exclude exactly *one* page from Cache mechanism? In my case, I want to exclude /home (but not /home/section, /home/tools, ...) URIStartsWith and URIPattern seems not to be that case, because they works in "wildcards" mode. Thanks in advance.. Matteo ---------------------------------------------------------------- For list details see http://www.magnolia-cms.com/home/community/mailing-lists.html To unsubscribe, E-mail to: <[email protected]<mailto:[email protected]>> ---------------------------------------------------------------- ---------------------------------------------------------------- For list details see http://www.magnolia-cms.com/home/community/mailing-lists.html To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
