Use of caches.

2006-05-14 Thread Mike Austin
I was just reading threads about the use of caches. OK.. I have about 100 categories that I want to bitwise AND together with different searches to get category counts. After the user selects a category, they will be using other facets based on the particular category. I was planning to keep my

Re: Use of caches.

2006-05-14 Thread Chris Hostetter
: OK.. I have about 100 categories that I want to bitwise AND together with : different searches to get category counts. After the user selects a : category, they will be using other facets based on the particular category. : I was planning to keep my own structure of bitsets for the categories a