editing and cacheing
i have a table. i select all rows [paged] from it for certain users, and a subset of rows [paged] from it for other users. if i edit a record in the table, the cache gets updated. question is, should i be supporting 2 caches, one for each type of user or do they all draw from the same cached set of data?
thanks for any help...
|