I just wanted to get confirmation that what I am using for excluding TabIds in the Snapsis.PageBlaster.config is correct. Basically, I have a handful of pages that should never get cached due to their dynamic nature. So, it seems logical to exclude them in the config. I am doing it like so (imagine that the brackets are XML valid tag symbols): [path pattern="tabid=418|tabid/418|tabid=419|tabid/419|tabid=420|tabid/420|tabid=421|tabid/421|tabid=64|tabid/64" excludeFrom="Caching" /] Is this the most efficient way to do this? |