Re: filter caching

2007-05-01 Thread Chris Hostetter
: want to build up a set of small QueryFilters and that can be cached and : be combined in any order (using the ChainedFilter operations) while : still making use of caching. If ChainedFilter does this (or doesn't), : it would be nice to have it mentioned in the API docs. what you are asking for

Re: filter caching

2007-05-01 Thread Les Fletcher
d be combined in any order (using the ChainedFilter operations) while still making use of caching. If ChainedFilter does this (or doesn't), it would be nice to have it mentioned in the API docs. Les Chris Hostetter wrote: : I have a question about filter caching. I have a lot of QueryFilter

Re: filter caching

2007-04-27 Thread Chris Hostetter
: I have a question about filter caching. I have a lot of QueryFilters : that I use when searching that filter on a single field. Sometimes : alone I use them by themselves, but mostly I use them in some : combination using ChainedFilter. Does the caching take advantage of : only the final

filter caching

2007-04-26 Thread Les Fletcher
I have a question about filter caching. I have a lot of QueryFilters that I use when searching that filter on a single field. Sometimes alone I use them by themselves, but mostly I use them in some combination using ChainedFilter. Does the caching take advantage of only the final filter